MeasureGroup.IMajorObject.ParentServer 屬性
Gets the parent server implementation of the measure group.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Private ReadOnly Property ParentServer As Server
Implements IMajorObject.ParentServer
Get
'用途
Dim instance As MeasureGroup
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 parent server implementation.