PerspectiveHierarchy.ParentPerspective Property

 

Applies To: SQL Server 2016 Preview

Gets the parent T: HYPERLINK "https://msdn.microsoft.com/en-us/library/microsoft.analysisservices.perspective.aspx" Microsoft.AnalysisServices.Perspective of a PerspectiveHierarchy object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.Perspective

A T: HYPERLINK "https://msdn.microsoft.com/en-us/library/microsoft.analysisservices.perspective.aspx" Microsoft.AnalysisServices.Perspective object.

See Also

PerspectiveHierarchy Class
Microsoft.AnalysisServices Namespace

Return to top