DataServiceConfiguration.MaxResultsPerCollection 属性

获取或设置每个返回集合中的最大项数。

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

语法

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

value = instance.MaxResultsPerCollection

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

属性值

类型:System.Int32
最大项数。

实现

IDataServiceConfiguration.MaxResultsPerCollection

注释

此最大值也适用于嵌套集合。

请参阅

参考

DataServiceConfiguration 类

System.Data.Services 命名空间

其他资源

配置数据服务(WCF 数据服务)