共用方式為


LevelNumber 屬性

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

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property LevelNumber As Integer
    Get
'用途
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

屬性值

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