TransSynchronizationAgent.MaxDeliveredTransactions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.