다음을 통해 공유


TransactedBatchingElement.MaxBatchSize 속성

정의

한 트랜잭션으로 일괄 처리할 수 있는 최대 받기 작업 수를 가져오거나 설정합니다.

public:
 property int MaxBatchSize { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxBatchSize", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int MaxBatchSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxBatchSize", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.MaxBatchSize : int with get, set
Public Property MaxBatchSize As Integer

속성 값

Int32

한 트랜잭션으로 일괄 처리할 수 있는 최대 받기 작업 수입니다. 기본값은 0입니다.

특성

적용 대상