Partager via


Propriété UndeliveredCommands

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property UndeliveredCommands As Integer
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Int32

Implémente

ITransSynchronizationAgent. . :: . .UndeliveredCommands