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 | |
---|---|---|
PendingCommandInfo | Creates a new instance of the PendingCommandInfo class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
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.
Consulte também
Referência
Namespace Microsoft.SqlServer.Replication