Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 2.04 KB

dataaggregation-element-assl.md

File metadata and controls

63 lines (47 loc) · 2.04 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
DataAggregation Element (ASSL) | Microsoft Docs
Learn about the DataAggregation property element in the Analysis Services Scripting Language (ASSL) schema.
10/25/2018
analysis-services
assl
reference
kfollis
kfollis
kfollis

DataAggregation Element (ASSL)

Determines whether the instance can aggregate persisted data or cached data for the MeasureGroup.

Important

Do not modify this property. This property is currently ignored by the engine.

Syntax

  
<MeasureGroup>  
   ...  
   <DataAggregation>...</DataAggregation>  
   ...  
</MeasureGroup>  

Element Characteristics

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

Element Relationships

Relationship Element
Parent elements MeasureGroup
Child elements None

Remarks

The value of this element is limited to one of the strings in the following table.

Value Description
None Aggregation is not performed for this measure group.
DataAggregatable Persisted data is aggregatable for this measure group.
CacheAggregatable Cached data is aggregatable for this measure group.
DataAndCacheAggregatable Both persisted data and cached data are aggregatable for this measure group.

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

See Also

Cube Element (ASSL)
Dimension Element (ASSL)
Properties (ASSL)