IMajorObject.ParentServer Property

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

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

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

Syntax

'Declaration
ReadOnly Property ParentServer As Server 
    Get
'Usage
Dim instance As IMajorObject 
Dim value As Server 

value = instance.ParentServer
Server ParentServer { get; }
property Server^ ParentServer {
    Server^ get ();
}
abstract ParentServer : Server
function get ParentServer () : Server

Property Value

Type: Microsoft.AnalysisServices.Server
A Server object.

See Also

Reference

IMajorObject Interface

Microsoft.AnalysisServices Namespace