Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the number of undelivered commands for the agent.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
ReadOnly Property UndeliveredCommands As Integer
Get
'Usage
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
Eigenschaftswert
Typ: System.Int32
The number of undelivered commands for the agent.