LevelNumber propriété
Gets the ordinal position of the Level within the parent hierarchy.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (dans 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 la propriété
Type : System. . :: . .Int32
An Integer that contains the ordinal position of the Level within the parent hierarchy.
Voir aussi