DataServiceConfiguration.MaxBatchCount 属性

获取或设置单个批处理中允许的更改集和查询操作的最大数量。

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

语法

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

value = instance.MaxBatchCount

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

属性值

类型:System.Int32
最大更改集数。

实现

IDataServiceConfiguration.MaxBatchCount

请参阅

参考

DataServiceConfiguration 类

System.Data.Services 命名空间

其他资源

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