TransSynchronizationAgent.UndeliveredTransactions Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the number of undelivered transactions.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property UndeliveredTransactions As Integer 
    Get
'Usage
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

Property Value

Type: System.Int32
The number of undelivered transactions.

Implements

ITransSynchronizationAgent.UndeliveredTransactions

See Also

Reference

TransSynchronizationAgent Class

Microsoft.SqlServer.Replication Namespace