ExportView.Levels Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

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

Property Value

Type: System.Int32

An integer that represents the number of levels.

See Also

ExportView Class
Microsoft.MasterDataServices Namespace

Return to top