Condividi tramite


Proprietà ITransSynchronizationAgent.UndeliveredCommands

Gets the number of undelivered commands for the agent.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
ReadOnly Property UndeliveredCommands As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ITransSynchronizationAgent Interfaccia

Spazio dei nomi Microsoft.SqlServer.Replication