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
An Integer that contains the ordinal position of the Level within the parent hierarchy.