Perspective.Dimensions Property

Gets the dimensions for the perspective.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Dimensions As PerspectiveDimensionCollection
    Get
'Usage
Dim instance As Perspective
Dim value As PerspectiveDimensionCollection

value = instance.Dimensions
[BrowsableAttribute(false)]
public PerspectiveDimensionCollection Dimensions { get; }
[BrowsableAttribute(false)]
public:
property PerspectiveDimensionCollection^ Dimensions {
    PerspectiveDimensionCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Dimensions : PerspectiveDimensionCollection
function get Dimensions () : PerspectiveDimensionCollection