MeasureGroup.DataAggregation Property

Definition

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

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_MeasureGroup_DataAggregation")]
public Microsoft.AnalysisServices.DataAggregationMode DataAggregation { get; set; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_MeasureGroup_DataAggregation")>]
member this.DataAggregation : Microsoft.AnalysisServices.DataAggregationMode with get, set
Public Property DataAggregation As DataAggregationMode

Property Value

DataAggregationMode

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

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute

Remarks

The default for DataAggregation is DataAndCacheAggregatable.

Applies to