Freigeben über


UndeliveredCommands-Eigenschaft

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Syntax

'Declaration
Public Overridable ReadOnly Property UndeliveredCommands As Integer
    Get
'Usage
Dim instance As TransSynchronizationAgent
Dim value As Integer

value = instance.UndeliveredCommands
public virtual int UndeliveredCommands { get; }
public:
virtual property int UndeliveredCommands {
    int get ();
}
abstract UndeliveredCommands : int
override UndeliveredCommands : int
function get UndeliveredCommands () : int

Eigenschaftswert

Typ: System. . :: . .Int32

Implementiert

ITransSynchronizationAgent. . :: . .UndeliveredCommands