Cube.Dimensions Property

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.

See Also

Reference

Cube Class

Microsoft.AnalysisServices Namespace