Proprietà Level.LevelNumber

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property LevelNumber As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Level Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer