Partager via


Propriété PendingCommandInfo.PendingCommands

Gets or sets the number of pending commands that are waiting to be delivered.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public Property PendingCommands As Integer 
    Get 
    Set
'Utilisation
Dim instance As PendingCommandInfo 
Dim value As Integer 

value = instance.PendingCommands

instance.PendingCommands = value
public int PendingCommands { get; set; }
public:
property int PendingCommands {
    int get ();
    void set (int value);
}
member PendingCommands : int with get, set
function get PendingCommands () : int 
function set PendingCommands (value : int)

Valeur de propriété

Type : System.Int32
An Int32 value.

Notes

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Voir aussi

Référence

PendingCommandInfo Classe

Espace de noms Microsoft.SqlServer.Replication