Свойство TransSynchronizationAgent.UndeliveredCommands

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets the number of undelivered commands.

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

Синтаксис

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

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

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

Реализует

ITransSynchronizationAgent.UndeliveredCommands

См. также

Справочник

TransSynchronizationAgent Класс

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