Свойство ITransSynchronizationAgent.UndeliveredCommands

Gets the number of undelivered commands for the agent.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)

Синтаксис

'Декларация
ReadOnly Property UndeliveredCommands As Integer 
    Get
'Применение
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

Значение свойства

Тип: System.Int32
The number of undelivered commands for the agent.

См. также

Справочник

ITransSynchronizationAgent Интерфейс

Пространство имен Microsoft.SqlServer.Replication