Partilhar 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.

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..PendingCommandInfo

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
Public NotInheritable Class PendingCommandInfo
'Uso
Dim instance As PendingCommandInfo
public sealed class PendingCommandInfo
public ref class PendingCommandInfo sealed
[<SealedAttribute>]
type PendingCommandInfo =  class end
public final class PendingCommandInfo

O tipo PendingCommandInfo expõe os membros a seguir.

Construtores

  Nome Descrição
Método público PendingCommandInfo Creates a new instance of the PendingCommandInfo class.

Início

Propriedades

  Nome Descrição
Propriedade pública EstimatedTimeBehind Gets or sets the estimated time to complete delivering the pending commands, in seconds.
Propriedade pública PendingCommands Gets or sets the number of pending commands that are waiting to be delivered.
Propriedade pública UserData Gets or sets an object that allows users to attach their own data.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.