MeasureGroup.DataAggregation Property

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Property DataAggregation As DataAggregationMode
    Get
    Set
'Usage
Dim instance As MeasureGroup
Dim value As DataAggregationMode

value = instance.DataAggregation

instance.DataAggregation = value
public DataAggregationMode DataAggregation { get; set; }
public:
property DataAggregationMode DataAggregation {
    DataAggregationMode get ();
    void set (DataAggregationMode value);
}
member DataAggregation : DataAggregationMode with get, set
function get DataAggregation () : DataAggregationMode
function set DataAggregation (value : DataAggregationMode)

Remarks

The default for DataAggregation is DataAndCacheAggregatable.