共用方式為


Level.LevelNumber 屬性

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

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.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.

請參閱

參考

Level 類別

Microsoft.AnalysisServices.AdomdClient 命名空間