Поделиться через


Свойство Level.LevelNumber

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

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.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.

См. также

Справочник

Level Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient