TransSynchronizationAgent.MaxDeliveredTransactions Property

Definition

Gets or sets the maximum number of transactions that are applied to the Subscriber during a single agent execution.

public:
 virtual property int MaxDeliveredTransactions { int get(); void set(int value); };
public virtual int MaxDeliveredTransactions { get; set; }
member this.MaxDeliveredTransactions : int with get, set
Public Overridable Property MaxDeliveredTransactions As Integer

Property Value

The maximum number of transactions.

Implements

Remarks

Set the MaxDeliveredTransactions property when you want to limit the number of transactions replicated to the Subscriber during an agent execution.

The default value of 0 indicates that there is no limit on the number of transactions that can be delivered.

Applies to