Compartilhar via


Propriedade do RDL TransSynchronizationAgent.UndeliveredCommands

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the number of undelivered commands.

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

Sintaxe

'Declaração
Public Overridable ReadOnly Property UndeliveredCommands As Integer 
    Get
'Uso
Dim instance As TransSynchronizationAgent 
Dim value As Integer 

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

Valor da propriedade

Tipo: System.Int32
The number of undelivered commands.

Implementa

ITransSynchronizationAgent.UndeliveredCommands

Consulte também

Referência

TransSynchronizationAgent Classe

Namespace Microsoft.SqlServer.Replication