Proprietà TransSynchronizationAgent.UndeliveredCommands
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the number of undelivered commands.
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
The number of undelivered commands.
Implementa
ITransSynchronizationAgent.UndeliveredCommands