Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the dimensions collection associated with a Cube.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As CubeDimensionCollection
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.CubeDimensionCollection
A CubeDimensionCollection that can be used to retrieve certain Dimensions associated with a Cube.