Freigeben über


ReplicationStatusAndWarning-Klasse

Represents replication agent status information and threshold monitor warnings.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Replication.ReplicationStatusAndWarning

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

Syntax

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

Der ReplicationStatusAndWarning-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ReturnTimestamp Gets or sets a timestamp that indicates when the data was returned.
Öffentliche Eigenschaft Status Gets or sets the agent status.
Öffentliche Eigenschaft UserData Gets or sets an object that allows users to attach their own data.
Öffentliche Eigenschaft Warning Gets or sets the threshold monitor warning.

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

Andere Ressourcen

Programmgesteuertes Überwachen der Replikation (RMO-Programmierung)