Share via


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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
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

El tipo PendingCommandInfo expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público PendingCommandInfo Creates a new instance of the PendingCommandInfo class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública EstimatedTimeBehind Gets or sets the estimated time to complete delivering the pending commands, in seconds.
Propiedad pública PendingCommands Gets or sets the number of pending commands that are waiting to be delivered.
Propiedad pública UserData Gets or sets an object that allows users to attach their own data.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

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

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.