Compartir a través de


TransSynchronizationAgent.UndeliveredCommands Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the number of undelivered commands.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.Int32
The number of undelivered commands.

Implementa

ITransSynchronizationAgent.UndeliveredCommands

Vea también

Referencia

TransSynchronizationAgent Clase

Espacio de nombres Microsoft.SqlServer.Replication