Partager via


Propriété AggregationDesign.Aggregations

Gets the aggregations designed for the AggregationDesign.

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

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Aggregations As AggregationCollection 
    Get
'Utilisation
Dim instance As AggregationDesign 
Dim value As AggregationCollection 

value = instance.Aggregations
[BrowsableAttribute(false)]
public AggregationCollection Aggregations { get; }
[BrowsableAttribute(false)]
public:
property AggregationCollection^ Aggregations {
    AggregationCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Aggregations : AggregationCollection
function get Aggregations () : AggregationCollection

Valeur de propriété

Type : Microsoft.AnalysisServices.AggregationCollection
A collection of aggregations.

Voir aussi

Référence

AggregationDesign Classe

Espace de noms Microsoft.AnalysisServices