Compartilhar via


Propriedade do RDL Assembly.IMajorObject.ParentServer

Gets the parent server implementation of the assembly.

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

Sintaxe

'Declaração
Private ReadOnly Property ParentServer As Server 
    Implements IMajorObject.ParentServer 
    Get
'Uso
Dim instance As [Assembly]
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
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Valor da propriedade

Tipo: Microsoft.AnalysisServices.Server
The parent server implementation.

Implementa

IMajorObject.ParentServer

Consulte também

Referência

Assembly Classe

Namespace Microsoft.AnalysisServices