Partager via


Classe PendingCommandInfo

Represents information on the number of pending commands for a subscription to a transactional publication and a rough estimate of how much time it takes to process them.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Replication.PendingCommandInfo

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

Syntaxe

'Déclaration
Public NotInheritable Class PendingCommandInfo
'Utilisation
Dim instance As PendingCommandInfo
public sealed class PendingCommandInfo
public ref class PendingCommandInfo sealed
[<SealedAttribute>]
type PendingCommandInfo =  class end
public final class PendingCommandInfo

Le type PendingCommandInfo expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique PendingCommandInfo Creates a new instance of the PendingCommandInfo class.

Haut de la page

Propriétés

  Nom Description
Propriété publique EstimatedTimeBehind Gets or sets the estimated time to complete delivering the pending commands, in seconds.
Propriété publique PendingCommands Gets or sets the number of pending commands that are waiting to be delivered.
Propriété publique UserData Gets or sets an object that allows users to attach their own data.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Replication

TransPendingCommandInfo

Autres ressources

Surveiller la réplication par programme (programmation RMO)

sp_replmonitorsubscriptionpendingcmds (Transact-SQL)