Propriété MeasureGroup.DataAggregation
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).
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property DataAggregation As DataAggregationMode
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.AnalysisServices.DataAggregationMode
Notes
The default for DataAggregation is DataAndCacheAggregatable.