Dimensions Propiedad
Gets the dimensions collection associated with a Cube.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As CubeDimensionCollection
Get
'Uso
Dim instance As Cube
Dim value As CubeDimensionCollection
value = instance.Dimensions
[BrowsableAttribute(false)]
public CubeDimensionCollection Dimensions { get; }
[BrowsableAttribute(false)]
public:
property CubeDimensionCollection^ Dimensions {
CubeDimensionCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Dimensions : CubeDimensionCollection
function get Dimensions () : CubeDimensionCollection
Valor de la propiedad
Tipo: Microsoft.AnalysisServices. . :: . .CubeDimensionCollection
A CubeDimensionCollection that can be used to retrieve certain Dimensions associated with a Cube.