取得批次中可處理的要求數目上限。
命名空間: 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
整數值,表示批次中可處理的要求數目上限。