Свойство ITransSynchronizationAgent.UndeliveredTransactions

Gets the number of undelivered transactions for the agent.

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

Синтаксис

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

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

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

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

См. также

Справочник

ITransSynchronizationAgent Интерфейс

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