Cube.Perspectives Property

 

Applies To: SQL Server 2016 Preview

Gets the perspectives for the cube.

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

Syntax

[BrowsableAttribute(false)]
[XmlArrayAttribute]
public PerspectiveCollection Perspectives { get; }
public:
[BrowsableAttribute(false)]
[XmlArrayAttribute]
property PerspectiveCollection^ Perspectives {
    PerspectiveCollection^ get();
}
[<BrowsableAttribute(false)>]
[<XmlArrayAttribute>]
member Perspectives : PerspectiveCollection with get
<BrowsableAttribute(False)>
<XmlArrayAttribute>
Public ReadOnly Property Perspectives As PerspectiveCollection

Property Value

Type: Microsoft.AnalysisServices.PerspectiveCollection

A PerspectiveCollection for the cube.

See Also

Cube Class
Microsoft.AnalysisServices Namespace

Return to top