MaxDeliveredTransactions Property (Replication)

The MaxDeliveredTransactions property specifies the maximum number of transactions to be downloaded to Subscribers during each Run operation.

Applies To
SQLDistribution Object  

Syntax

object.MaxDeliveredTransactions [= value]

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

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.

Data Type

Integer

Modifyable

Read/write

Prototype C/C++

HRESULT get_MaxDeliveredTransactions(long *pVal);

HRESULT put_MaxDeliveredTransactions(long newVal);

See Also
UndeliveredCommands Property UndeliveredTransactions Property

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.