PerspectiveAttribute.ParentPerspective Property

 

Applies To: SQL Server 2016 Preview

Gets the parent Perspective of a PerspectiveAttribute object.

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

Syntax

[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
public Perspective ParentPerspective { get; }
public:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property Perspective^ ParentPerspective {
    Perspective^ get();
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member ParentPerspective : Perspective with get
<XmlIgnoreAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property ParentPerspective As Perspective

Property Value

Type: Microsoft.AnalysisServices.Perspective

A Perspective object.

See Also

PerspectiveAttribute Class
Microsoft.AnalysisServices Namespace

Return to top