Partager via


Propriété DimensionPermission.IMajorObject.ParentServer

Gets the parent server implementation of the dimension permission.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Private ReadOnly Property ParentServer As Server 
    Implements IMajorObject.ParentServer 
    Get
'Utilisation
Dim instance As DimensionPermission 
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

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

Implémente

IMajorObject.ParentServer

Voir aussi

Référence

DimensionPermission Classe

Espace de noms Microsoft.AnalysisServices