Condividi tramite


Proprietà Dimension.IMajorObject.ParentServer

Gets the parent server referred by the Dimension.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Private ReadOnly Property ParentServer As Server 
    Implements IMajorObject.ParentServer 
    Get
'Utilizzo
Dim instance As Dimension 
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Valore proprietà

Tipo: Microsoft.AnalysisServices.Server
The parent server referred by the Dimension.

Implementa

IMajorObject.ParentServer

Vedere anche

Riferimento

Dimension Classe

Spazio dei nomi Microsoft.AnalysisServices