IMajorObject.ParentServer propriété
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans 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.