Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.3 KB

aggregationinstancecubedimension-data-type-assl.md

File metadata and controls

43 lines (33 loc) · 1.3 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
AggregationInstanceCubeDimension Data Type (ASSL) | Microsoft Docs
Learn about the AggregationInstanceCubeDimension data type element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

AggregationInstanceCubeDimension Data Type (ASSL)

Defines a primitive data type that represents information about a cube dimension used by an aggregation instance.

Syntax

  
<AggregationInstanceCubeDimension>  
   <CubeDimensionID>...</CubeDimensionID>  
   <KeyColumns>...</KeyColumns>  
   <Attributes>...</Attributes>  
</AggregationInstanceCubeDimension>  

Data Type Characteristics

Characteristic Description
Base data types None
Derived data types None

Data Type Relationships

Relationship Element
Parent elements None
Child elements Attributes, CubeDimensionID, KeyColumns
Derived elements Dimension

Remarks