Compartir a través de


AggregationDesign.Dimensions Propiedad

Gets the dimensions associated with an AggregationDesign.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As AggregationDesignDimensionCollection 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

AggregationDesign Clase

Espacio de nombres Microsoft.AnalysisServices