Cube.Perspectives Property

Gets the perspectives for the cube.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Perspectives As PerspectiveCollection 
    Get
'Usage
Dim instance As Cube 
Dim value As PerspectiveCollection 

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

Property Value

Type: Microsoft.AnalysisServices.PerspectiveCollection
A PerspectiveCollection for the cube.

See Also

Reference

Cube Class

Microsoft.AnalysisServices Namespace