Compartir a través de


AggregationInstance.AggregationType Propiedad

Defines the type of aggregation stored in AggregationInstance.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property AggregationType As AggregationType 
    Get 
    Set
'Uso
Dim instance As AggregationInstance 
Dim value As AggregationType 

value = instance.AggregationType

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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.AggregationType
The type of aggregation stored in AggregationInstance.

Vea también

Referencia

AggregationInstance Clase

Espacio de nombres Microsoft.AnalysisServices