Level.LevelNumber-Eigenschaft
Gets the ordinal position of the Level within the parent hierarchy.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property LevelNumber As Integer
Get
'Usage
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
Eigenschaftswert
Typ: System.Int32
The ordinal position of the Level within the parent hierarchy.