DataSourcePermission.ParentServer Property

 

Applies To: SQL Server 2016 Preview

Gets the parent Server of current object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.Server

The parent Server of current object.

Implements

IMajorObject.ParentServer

See Also

DataSourcePermission Class
Microsoft.AnalysisServices Namespace

Return to top