Condividi tramite


Proprietà AggregationDesign.Dimensions

Gets the dimensions associated with an AggregationDesign.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As AggregationDesignDimensionCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

AggregationDesign Classe

Spazio dei nomi Microsoft.AnalysisServices