LevelNumber Propiedad
Gets the ordinal position of the Level within the parent hierarchy.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.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.