Partager via


Propriété AggregationDesign.Dimensions

Gets the dimensions associated with an AggregationDesign.

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

Syntaxe

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

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

Valeur de propriété

Type : Microsoft.AnalysisServices.AggregationDesignDimensionCollection
A collection of dimensions.

Voir aussi

Référence

AggregationDesign Classe

Espace de noms Microsoft.AnalysisServices