Levels 属性

Gets or sets the number of hierarchy levels in the view if the view is a level-based hierarchy view.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property Levels As Integer
    Get
    Set
用法
Dim instance As ExportView
Dim value As Integer

value = instance.Levels

instance.Levels = value
[DataMemberAttribute]
public int Levels { get; set; }
[DataMemberAttribute]
public:
property int Levels {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member Levels : int with get, set
function get Levels () : int
function set Levels (value : int)

属性值

类型:System. . :: . .Int32
An integer that represents the number of levels.