Condividi tramite


Proprietà UndeliveredCommands

Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.

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

Sintassi

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

Valore proprietà

Tipo: System. . :: . .Int32

Implementa

ITransSynchronizationAgent. . :: . .UndeliveredCommands