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