다음을 통해 공유


Levels 속성

Gets the levels associated with the Hierarchy object.

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

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property Levels As LevelCollection
    Get
‘사용 방법
Dim instance As Hierarchy
Dim value As LevelCollection

value = instance.Levels
[BrowsableAttribute(false)]
public LevelCollection Levels { get; }
[BrowsableAttribute(false)]
public:
property LevelCollection^ Levels {
    LevelCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Levels : LevelCollection
function get Levels () : LevelCollection

속성 값

유형: Microsoft.AnalysisServices. . :: . .LevelCollection
A collection of levels.