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
Имя | 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)