TransSynchronizationAgent.UndeliveredTransactions Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
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