IMajorObject.ParentServer Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

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 IMajorObject object.

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

Syntax

Server ParentServer { get; }
property Server^ ParentServer {
    Server^ get();
}
abstract ParentServer : Server with get
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

IMajorObject Interface
Microsoft.AnalysisServices Namespace

Return to top