Sdílet prostřednictvím


TransactedBatchingElement.MaxBatchSize Vlastnost

Definice

Získá nebo nastaví maximální počet operací příjmu, které lze dávkově spojit v jedné transakci.

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

Hodnota vlastnosti

Maximální počet operací příjmu, které lze dávkově spojit v jedné transakci. Výchozí hodnota je 0.

Atributy

Platí pro