Database.Parent Property

 

Applies To: SQL Server 2016 Preview

Gets the parent Server of a Database.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.Server

A Server object.

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top