HierarchyMembersGetCriteria.RowLimit Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the amount of rows retrieved by the operation.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

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

Property Value

Type: System.Int32

The amount of rows retrieved by the operation.

See Also

HierarchyMembersGetCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top