MeasureGroup.DataAggregation Property

 

Applies To: SQL Server 2016 Preview

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

[DefaultValueAttribute(DataAggregationMode.DataAndCacheAggregatable)]
public DataAggregationMode DataAggregation { get; set; }
public:
[DefaultValueAttribute(DataAggregationMode::DataAndCacheAggregatable)]
property DataAggregationMode DataAggregation {
    DataAggregationMode get();
    void set(DataAggregationMode value);
}
[<DefaultValueAttribute(DataAggregationMode.DataAndCacheAggregatable)>]
member DataAggregation : DataAggregationMode with get, set
<DefaultValueAttribute(DataAggregationMode.DataAndCacheAggregatable)>
Public Property DataAggregation As DataAggregationMode

Property Value

Type: Microsoft.AnalysisServices.DataAggregationMode

Remarks

The default for DataAggregation is DataAndCacheAggregatable.

See Also

MeasureGroup Class
Microsoft.AnalysisServices Namespace

Return to top