Role.IMajorObject.ParentServer 属性
Gets the Server object that is the parent of the Role object.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Private ReadOnly Property ParentServer As Server
Implements IMajorObject.ParentServer
Get
用法
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
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。
属性值
类型:Microsoft.AnalysisServices.Server
The Server object that is the parent of the Role object.