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
일괄 처리로 처리할 수 있는 최대 요청 수를 나타내는 정수 값입니다.