Compartilhar via


Propriedade do RDL AggregationInstance.Dimensions

Returns the collection of dimensions associated with an AggregationInstance.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As AggregationInstanceDimensionCollection 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

AggregationInstance Classe

Namespace Microsoft.AnalysisServices