IDataServiceConfiguration.MaxResultsPerCollection 属性

获取每个集合的最大结果数。

命名空间:  System.Data.Services
程序集:  Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)

语法

声明
Property MaxResultsPerCollection As Integer
    Get
    Set
用法
Dim instance As IDataServiceConfiguration
Dim value As Integer

value = instance.MaxResultsPerCollection

instance.MaxResultsPerCollection = value
int MaxResultsPerCollection { get; set; }
property int MaxResultsPerCollection {
    int get ();
    void set (int value);
}
abstract MaxResultsPerCollection : int with get, set
function get MaxResultsPerCollection () : int
function set MaxResultsPerCollection (value : int)

属性值

类型:System.Int32
指示每个集合的最大结果数的整数值。

请参阅

参考

IDataServiceConfiguration 接口

System.Data.Services 命名空间