The MaxDeliveredTransactions property specifies the maximum number of transactions to be downloaded to Subscribers during each Run operation.
SQLDistribution Object |
object.MaxDeliveredTransactions [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
The default is 0, which means that all available transactions are delivered. Other values can be used to control the number of transactions downloaded during a Run operation.
Integer
Read/write
HRESULT get_MaxDeliveredTransactions(long *pVal);
HRESULT put_MaxDeliveredTransactions(long newVal);
UndeliveredCommands Property | UndeliveredTransactions Property |