Propriété AggregationInstance.AggregationType

Defines the type of aggregation stored in AggregationInstance.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property AggregationType As AggregationType 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

AggregationInstance Classe

Espace de noms Microsoft.AnalysisServices