Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Property Value
Type: Microsoft.AnalysisServices.DataAggregationMode
Remarks
The default for DataAggregation is DataAndCacheAggregatable.