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 MeasureGroup.

See Also

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