Member.Parent 속성

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

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv(msmgdsrv.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.AdomdServer.Member
A Member that contains the parent member of the Member.

예외

예외 조건
[InvalidOperationException]

The provider did not provide cube information for CellSet members. For more information about this exception, see InvalidOperationException Class.

주의

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.

참고 항목

참조

Member 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스