Compartir a través de


Level.LevelNumber Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property LevelNumber As Integer 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Int32
An Integer that contains the ordinal position of the Level within the parent hierarchy.

Vea también

Referencia

Level Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient