MaxDeliveredTransactions-Eigenschaft
Ruft die maximale Anzahl von Transaktionen ab, die während einer einzelnen Ausführung des Agents auf den Abonnenten angewendet werden, oder legt diese fest.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Overridable Property MaxDeliveredTransactions As Integer
Get
Set
'Usage
Dim instance As TransSynchronizationAgent
Dim value As Integer
value = instance.MaxDeliveredTransactions
instance.MaxDeliveredTransactions = value
public virtual int MaxDeliveredTransactions { get; set; }
public:
virtual property int MaxDeliveredTransactions {
int get ();
void set (int value);
}
abstract MaxDeliveredTransactions : int with get, set
override MaxDeliveredTransactions : int with get, set
function get MaxDeliveredTransactions () : int
function set MaxDeliveredTransactions (value : int)
Eigenschaftswert
Typ: System. . :: . .Int32
Ein Int32-Wert.
Implementiert
ITransSynchronizationAgent. . :: . .MaxDeliveredTransactions
Hinweise
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.