Compartilhar via


Propriedade do RDL ITransSynchronizationAgent.UndeliveredCommands

Gets the number of undelivered commands for the agent.

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

Sintaxe

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

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

Valor da propriedade

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

Consulte também

Referência

ITransSynchronizationAgent Interface

Namespace Microsoft.SqlServer.Replication