Member.LevelDepth 속성

Gets the ordinal position of the level that contains the Member.

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

구문

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

value = instance.LevelDepth
public int LevelDepth { get; }
public:
property int LevelDepth {
    int get ();
}
member LevelDepth : int
function get LevelDepth () : int

속성 값

유형: System.Int32
An int that contains the ordinal position within the parent hierarchy of the level that contains the Member.

주의

This property is functionally equivalent to Member.ParentLevel.LevelNumber, but it provides better performance. For more information, see LevelNumber.

참고 항목

참조

Member 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스