Aracılığıyla paylaş


TransactedBatchingElement.MaxBatchSize Özellik

Tanım

Tek bir işlemde birlikte toplu işlenebilen en fazla alma işlemi sayısını alır veya ayarlar.

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

Özellik Değeri

Tek bir işlemde birlikte toplu işlenebilen en fazla alma işlemi sayısı. Varsayılan değer, 0'dur.

Öznitelikler

Şunlara uygulanır