Levels 속성
Gets a LevelCollection that contains the levels of the Hierarchy.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv.dll의 msmgdsrv
구문
‘선언
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.