MeasureGroup.DataAggregation Property

Definition

Gets or sets an indication whether the server can aggregate data (in MOLAP files/ROLAP tables) or cache (in memory).

public Microsoft.AnalysisServices.DataAggregationMode DataAggregation { get; set; }
member this.DataAggregation : Microsoft.AnalysisServices.DataAggregationMode with get, set
Public Property DataAggregation As DataAggregationMode

Property Value

An enumerated value of DataAggregation which indicates whether the server can aggregate data (in MOLAP files/ROLAP tables) or cache (in memory).

Remarks

The default for DataAggregation is DataAndCacheAggregatable.

Applies to