Role.IMajorObject.ParentServer-Eigenschaft
Gets the Server object that is the parent of the Role object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
'Declaration
Private ReadOnly Property ParentServer As Server
Implements IMajorObject.ParentServer
Get
'Usage
Dim instance As Role
Dim value As Server
value = CType(instance, IMajorObject).ParentServer
C#
Server IMajorObject.ParentServer { get; }
private:
virtual property Server^ ParentServer {
Server^ get () sealed = IMajorObject::ParentServer::get;
}
private abstract ParentServer : Server
private override ParentServer : Server
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.
Typ: Microsoft.AnalysisServices.Server
The Server object that is the parent of the Role object.