Share via


ParentServer 속성

Gets the Server object that is the parent of the MeasureGroupDimension object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentServer As Server
    Get
‘사용 방법
Dim instance As MeasureGroupDimension
Dim value As Server

value = instance.ParentServer
[BrowsableAttribute(false)]
public Server ParentServer { get; }
[BrowsableAttribute(false)]
public:
property Server^ ParentServer {
    Server^ get ();
}
[<BrowsableAttribute(false)>]
member ParentServer : Server
function get ParentServer () : Server

속성 값

유형: Microsoft.AnalysisServices. . :: . .Server
A Server object.