Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the number of undelivered transactions for the agent.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
ReadOnly Property UndeliveredTransactions As Integer
Get
'Usage
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
Property Value
Type: System.Int32
The number of undelivered transactions for the agent.