Freigeben über


UndeliveredTransactions-Eigenschaft

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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

Eigenschaftenwert

Typ: System. . :: . .Int32

Implementiert

ITransSynchronizationAgent. . :: . .UndeliveredTransactions