Compartilhar via


Propriedade do RDL ITransSynchronizationAgent.UndeliveredTransactions

Gets the number of undelivered transactions for the agent.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
ReadOnly Property UndeliveredTransactions As Integer 
    Get
'Uso
Dim instance As ITransSynchronizationAgent 
Dim value As Integer 

value = instance.UndeliveredTransactions
int UndeliveredTransactions { get; }
property int UndeliveredTransactions {
    int get ();
}
abstract UndeliveredTransactions : int
function get UndeliveredTransactions () : int

Valor da propriedade

Tipo: System.Int32
The number of undelivered transactions for the agent.

Consulte também

Referência

ITransSynchronizationAgent Interface

Namespace Microsoft.SqlServer.Replication