Skip to content

Latest commit

 

History

History
67 lines (55 loc) · 2.1 KB

File metadata and controls

67 lines (55 loc) · 2.1 KB
title CustomRollupColumn Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
CustomRollupColumn Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
CustomRollupColumn
helpviewer_keywords
CustomRollupColumn element
ms.assetid 8c825f16-0d17-4ff8-bc18-b52cf11edba7
caps.latest.revision 39
author Minewiskan
ms.author owend
manager erikre

CustomRollupColumn Element (ASSL)

Defines the details of the column that provide a custom rollup formula.

Syntax

  
<DimensionAttribute>  
   ...  
   <CustomRollupColumn xsi:type="DataItem">...</CustomRollupColumn>  
   ...  
</DimensionAttribute>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent elements DimensionAttribute
Child elements None

Remarks

For additional information about the DataItem type, including a table of Analysis Services Scripting Language (ASSL) objects and properties of the DataItem type, see DataItem Data Type (ASSL).

The element that corresponds to the parent of CustomRollupColumn in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.DimensionAttribute.

See Also

Objects (ASSL)