Propriété AggregationInstance.Dimensions

Returns the collection of dimensions associated with an AggregationInstance.

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

Syntaxe

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

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

Valeur de propriété

Type : Microsoft.AnalysisServices.AggregationInstanceDimensionCollection
The collection of dimension.

Voir aussi

Référence

AggregationInstance Classe

Espace de noms Microsoft.AnalysisServices