TransactedBatchingElement.MaxBatchSize Propiedad

Definición

Obtiene o establece el número máximo de operaciones de recepción que pueden realizarse por lotes en una transacción.

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

Valor de propiedad

Int32

El número máximo de operaciones de recepción que pueden encontrarse por lotes en una transacción. El valor predeterminado es 0.

Atributos

Se aplica a