IDataServiceConfiguration.MaxBatchCount 属性

获取可在批处理中处理的最大请求数。

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

语法

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

value = instance.MaxBatchCount

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

属性值

类型:System.Int32
指示可在批处理中处理的最大请求数的整数值。

请参阅

参考

IDataServiceConfiguration 接口

System.Data.Services 命名空间