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.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Replication.PendingCommandInfo
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class PendingCommandInfo
'Utilizzo
Dim instance As PendingCommandInfo
public sealed class PendingCommandInfo
public ref class PendingCommandInfo sealed
[<SealedAttribute>]
type PendingCommandInfo = class end
public final class PendingCommandInfo
Nel tipo PendingCommandInfo sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
PendingCommandInfo | Creates a new instance of the PendingCommandInfo class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Osservazioni
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Replication
Altre risorse
Monitorare la replica a livello di programmazione (programmazione RMO)