Share via


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。

屬性

適用於