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 命名空間