Levels 属性

Gets a LevelCollection that contains the levels of the Hierarchy.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.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.AdomdClient. . :: . .LevelCollection
A LevelCollection that contains the levels of the Hierarchy.