Compartilhar via


Propriedade do RDL Level.LevelNumber

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

Level Classe

Namespace Microsoft.AnalysisServices.AdomdClient