DerivedHierarchyLevel.LevelNumber Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the level number.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

[DataMemberAttribute]
public int LevelNumber { get; set; }
public:
[DataMemberAttribute]
property int LevelNumber {
    int get();
    void set(int value);
}
[<DataMemberAttribute>]
member LevelNumber : int with get, set
<DataMemberAttribute>
Public Property LevelNumber As Integer

Property Value

Type: System.Int32

An Int32 that represents the level number.

See Also

DerivedHierarchyLevel Class
Microsoft.MasterDataServices Namespace

Return to top