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


Свойство UndeliveredTransactions

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

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

Синтаксис

'Декларация
Public Overridable ReadOnly Property UndeliveredTransactions As Integer
    Get
'Применение
Dim instance As TransSynchronizationAgent
Dim value As Integer

value = instance.UndeliveredTransactions
public virtual int UndeliveredTransactions { get; }
public:
virtual property int UndeliveredTransactions {
    int get ();
}
abstract UndeliveredTransactions : int
override UndeliveredTransactions : int
function get UndeliveredTransactions () : int

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

Тип: System. . :: . .Int32

Реализует

ITransSynchronizationAgent. . :: . .UndeliveredTransactions