Cube.ParentServer Property

 

Applies To: SQL Server 2016 Preview

Gets the Server object that is the parent of the Cube.

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

A Server object.

Implements

IMajorObject.ParentServer

See Also

Cube Class
Microsoft.AnalysisServices Namespace

Return to top