Hierarchy.Levels 속성

Gets a LevelCollection that contains the levels of the Hierarchy.

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

구문

‘선언
Public ReadOnly Property Levels As LevelCollection 
    Get
‘사용 방법
Dim instance As Hierarchy 
Dim value As LevelCollection 

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

속성 값

유형: Microsoft.AnalysisServices.AdomdServer.LevelCollection
A LevelCollection that contains the levels of the Hierarchy.

참고 항목

참조

Hierarchy 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스