Skip to content

Latest commit

 

History

History
71 lines (59 loc) · 2.28 KB

File metadata and controls

71 lines (59 loc) · 2.28 KB
title CustomRollup Element (XMLA) | Microsoft Docs
ms.custom
ms.date 03/17/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
CustomRollup Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
urn:schemas-microsoft-com:xml-analysis#CustomRollup
microsoft.xml.analysis.customrollup
helpviewer_keywords
CustomRollup element
ms.assetid b266ac8b-1ae7-461c-9127-3c5642f829f5
caps.latest.revision 12
author jeannt
ms.author jeannt
manager erikre

CustomRollup Element (XMLA)

Contains the custom rollup formula for an attribute member represented by the parent Attribute element.

Syntax

  
<Attribute>  
   ...  
   <CustomRollup>...</CustomRollup>  
   ...  
</Attribute>  

Element Characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements Attribute
Child elements None

Remarks

The CustomRollup element contains a Multidimensional Expressions (MDX) expression that defines the rollup behavior of the attribute member defined by the parent Attribute element.

For more information about MDX expressions, see Expressions (MDX).

See Also

Insert Element (XMLA)
Update Element (XMLA)
Properties (XMLA)