ITransSynchronizationAgent.UndeliveredCommands Property

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

Property Value

Type: System.Int32