Udostępnij za pośrednictwem


Właściwość Role.IMajorObject.ParentServer

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Private ReadOnly Property ParentServer As Server
    Implements IMajorObject.ParentServer
    Get
'Użycie
Dim instance As Role
Dim value As Server

value = CType(instance, IMajorObject).ParentServer
Server IMajorObject.ParentServer { get; }
private:
virtual property Server^ ParentServer {
    Server^ get () sealed = IMajorObject::ParentServer::get;
}
private abstract ParentServer : Server
private override ParentServer : Server
Język JScript obsługuje używanie jawnych implementacji interfejsów, ale nie obsługuje deklarowania nowych.

Wartość właściwości

Typ: Microsoft.AnalysisServices.Server

Implementacje

IMajorObject.ParentServer