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.