다음을 통해 공유


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 Data Services)