Partager via


Propriété ITransSynchronizationAgent.UndeliveredCommands

Gets the number of undelivered commands for the agent.

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

Syntaxe

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

Valeur de propriété

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

Voir aussi

Référence

ITransSynchronizationAgent Interface

Espace de noms Microsoft.SqlServer.Replication