Partager via


Propriété Level.LevelNumber

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property LevelNumber As Integer 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Level Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient