Condividi tramite


Proprietà Dimensions

Gets the collection of dimensions for the Aggregation object.

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

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As AggregationDimensionCollection
    Get
'Utilizzo
Dim instance As Aggregation
Dim value As AggregationDimensionCollection

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