Condividi tramite


MaxDeliveredTransactions Property (Replication ActiveX)

The MaxDeliveredTransactions property sets or returns the maximum number of transactions to be downloaded to Subscribers during each Run Method (Replication ActiveX) operation.

Sintassi

object.MaxDeliveredTransactions [= value]
Part Description

object

Expression that evaluates to a SQLDistribution Object (Replication ActiveX) object.

value

Maximum number of transactions to be downloaded.

Applies To

SQLDistribution Object (Replication ActiveX)

Osservazioni

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 Method (Replication ActiveX) operation.

Data Type

Integer

Modifiable

Read/write

Prototype C/C++

HRESULT get_MaxDeliveredTransactions(long *pVal);
HRESULT put_MaxDeliveredTransactions(long newVal);

Vedere anche

Riferimento

UndeliveredCommands Property (Replication ActiveX)
UndeliveredTransactions Property (Replication ActiveX)

Guida in linea e informazioni

Assistenza su SQL Server 2005