PerspectiveHierarchy.ParentServer Property

 

Applies To: SQL Server 2016 Preview

Gets the T: HYPERLINK "https://msdn.microsoft.com/en-us/library/microsoft.analysisservices.server.aspx" Microsoft.AnalysisServices.Server object that is the parent of the PerspectiveHierarchy object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.Server

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

See Also

PerspectiveHierarchy Class
Microsoft.AnalysisServices Namespace

Return to top