다음을 통해 공유


Parent 속성

Gets a reference to the parent Member, if applicable, that contains the Member.

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

구문

‘선언
Public ReadOnly Property Parent As Member
    Get
‘사용 방법
Dim instance As Member
Dim value As Member

value = instance.Parent
public Member Parent { get; }
public:
property Member^ Parent {
    Member^ get ();
}
member Parent : Member
function get Parent () : Member

속성 값

유형: Microsoft.AnalysisServices.AdomdClient. . :: . .Member
A Member that contains the parent member of the Member.

예외

예외 조건
System..::..InvalidOperationException

The provider did not provide cube information for CellSet members.

주의

This property may throw a NotSupportedException exception for CellSet members if the provider did not provide cube information.

[!참고]

Accessing this property may require a round-trip to the server.