Поделиться через


Свойство UndeliveredCommands

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

Пространство имен:  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

Реализует

ITransSynchronizationAgent. . :: . .UndeliveredCommands