Класс 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.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Replication.PendingCommandInfo

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public NotInheritable Class PendingCommandInfo
'Применение
Dim instance As PendingCommandInfo
public sealed class PendingCommandInfo
public ref class PendingCommandInfo sealed
[<SealedAttribute>]
type PendingCommandInfo =  class end
public final class PendingCommandInfo

Тип PendingCommandInfo обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод PendingCommandInfo Creates a new instance of the PendingCommandInfo class.

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Replication

TransPendingCommandInfo

Другие ресурсы

Наблюдение за репликацией программным образом (программирование объектов RMO)

sp_replmonitorsubscriptionpendingcmds (Transact-SQL)