Level.LevelNumber 属性

Gets the ordinal position of the Level within the parent hierarchy.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public ReadOnly Property LevelNumber As Integer 
    Get
用法
Dim instance As Level 
Dim value As Integer 

value = instance.LevelNumber
public int LevelNumber { get; }
public:
property int LevelNumber {
    int get ();
}
member LevelNumber : int
function get LevelNumber () : int

属性值

类型:System.Int32
The ordinal position of the Level within the parent hierarchy.

请参阅

参考

Level 类

Microsoft.AnalysisServices.AdomdServer 命名空间