Dimensions-Eigenschaft
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
Eigenschaftenwert
Typ: Microsoft.AnalysisServices. . :: . .CubeDimensionCollection
A CubeDimensionCollection that can be used to retrieve certain Dimensions associated with a Cube.