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
名称 | Description | |
---|---|---|
PendingCommandInfo | Creates a new instance of the PendingCommandInfo class. |
顶部
Public Properties
名称 | Description | |
---|---|---|
![]() |
EstimatedTimeBehind | Gets or sets the estimated time to complete delivering the pending commands, in seconds. |
![]() |
PendingCommands | Gets or sets the number of pending commands that are waiting to be delivered. |
![]() |
UserData | Gets or sets an object that allows users to attach their own data. |
顶部
Public Methods
(see also Protected Methods )
名称 | Description | |
---|---|---|
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
顶部
Protected Methods
名称 | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
顶部
请参阅
参考
PendingCommandInfo Class
Microsoft.SqlServer.Replication Namespace
TransPendingCommandInfo
其他资源
How to: Programmatically Monitor Replication (RMO Programming)
sp_replmonitorsubscriptionpendingcmds (Transact-SQL)