Propriété Level.LevelNumber
Gets the ordinal position of the Level within the parent hierarchy.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.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
The ordinal position of the Level within the parent hierarchy.