Freigeben über


PendingCommandInfo-Klasse

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.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Replication.PendingCommandInfo

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

Syntax

'Declaration
Public NotInheritable Class PendingCommandInfo
'Usage
Dim instance As PendingCommandInfo
public sealed class PendingCommandInfo
public ref class PendingCommandInfo sealed
[<SealedAttribute>]
type PendingCommandInfo =  class end
public final class PendingCommandInfo

Der PendingCommandInfo-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode PendingCommandInfo Creates a new instance of the PendingCommandInfo class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft EstimatedTimeBehind Gets or sets the estimated time to complete delivering the pending commands, in seconds.
Öffentliche Eigenschaft PendingCommands Gets or sets the number of pending commands that are waiting to be delivered.
Öffentliche Eigenschaft UserData Gets or sets an object that allows users to attach their own data.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Replication-Namespace

TransPendingCommandInfo

Andere Ressourcen

Programmgesteuertes Überwachen der Replikation (RMO-Programmierung)

sp_replmonitorsubscriptionpendingcmds (Transact-SQL)