Aracılığıyla paylaş


PendingCommandInfo Members

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.

The following tables list the members exposed by the PendingCommandInfo type.

Public Constructors

  Name Description
PendingCommandInfo Creates a new instance of the PendingCommandInfo class.

Top

Public Properties

  Name Description
ms156452.pubproperty(en-US,SQL.90).gif EstimatedTimeBehind Gets or sets the estimated time to complete delivering the pending commands, in seconds.
ms156452.pubproperty(en-US,SQL.90).gif PendingCommands Gets or sets the number of pending commands that are waiting to be delivered.
ms156452.pubproperty(en-US,SQL.90).gif UserData Gets or sets an object that allows users to attach their own data.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms156452.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms156452.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms156452.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms156452.pubmethod(en-US,SQL.90).gifms156452.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms156452.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms156452.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms156452.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

PendingCommandInfo Class
Microsoft.SqlServer.Replication Namespace
TransPendingCommandInfo

Other Resources

How to: Programmatically Monitor Replication (RMO Programming)
sp_replmonitorsubscriptionpendingcmds (Transact-SQL)