MeasureGroup.DataAggregation Propiedad
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).
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Property DataAggregation As DataAggregationMode
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.DataAggregationMode
Comentarios
The default for DataAggregation is DataAndCacheAggregatable.