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.