Freigeben über


ReplicationMonitor-Klasse

Monitors a replication server.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Replication.ReplicationObject
    Microsoft.SqlServer.Replication.ReplicationMonitor

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

Syntax

'Declaration
Public NotInheritable Class ReplicationMonitor _
    Inherits ReplicationObject
'Usage
Dim instance As ReplicationMonitor
public sealed class ReplicationMonitor : ReplicationObject
public ref class ReplicationMonitor sealed : public ReplicationObject
[<SealedAttribute>]
type ReplicationMonitor =  
    class 
        inherit ReplicationObject 
    end
public final class ReplicationMonitor extends ReplicationObject

Der ReplicationMonitor-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ReplicationMonitor() Creates a new instance of the ReplicationMonitor class.
Öffentliche Methode ReplicationMonitor(ServerConnection) Creates a new instance of the ReplicationMonitor class with the specified connection to the instance of Microsoft SQL Server.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CachePropertyChanges Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (Geerbt von ReplicationObject.)
Öffentliche Eigenschaft CacheRefreshPolicy Infrastruktur Gets or sets the monitor cache refresh policy.
Öffentliche Eigenschaft ConnectionContext Gets or sets the connection to an instance of Microsoft SQL Server. (Geerbt von ReplicationObject.)
Öffentliche Eigenschaft ExcludeAnonymousSubscriptions Gets whether or not information on anonymous subscriptions is returned.
Öffentliche Eigenschaft IsExistingObject Gets whether the object exists on the server or not. (Geerbt von ReplicationObject.)
Öffentliche Eigenschaft Name Gets the name of the instance of Microsoft SQL Server that is currently connected.
Öffentliche Eigenschaft PublisherMonitors Gets a collection of PublisherMonitor objects that are used to monitor Publishers that use a monitored Distributor.
Öffentliche Eigenschaft SqlServerName Gets the name of the Microsoft SQL Server instance to which this object is connected. (Geerbt von ReplicationObject.)
Öffentliche Eigenschaft Status Gets the overall status of replication on the Distributor, including all Publishers that use the Distributor.
Öffentliche Eigenschaft UserData Gets or sets an object property that allows users to attach their own data to the object. (Geerbt von ReplicationObject.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server. (Geerbt von ReplicationObject.)
Öffentliche Methode Decouple Decouples the referenced replication object from the server. (Geerbt von ReplicationObject.)
Öffentliche Methode EnumDistributionAgents Returns information on Distribution Agent jobs at the monitored Distributor.
Öffentliche Methode EnumErrorRecords Returns information on errors associated with a specified error ID that occurred during a synchronization session.
Öffentliche Methode EnumLogReaderAgents Returns information on Log Reader Agent jobs at the monitored Distributor.
Öffentliche Methode EnumMergeAgents Returns information on Merge Agent jobs at the monitored Distributor.
Öffentliche Methode EnumMiscellaneousAgents Returns information on jobs for miscellaneous replication agents at the monitored Distributor.
Öffentliche Methode EnumPublishers Returns information on the Publishers that use the monitored Distributor.
Öffentliche Methode EnumPublishers2 Returns a list of Publishers that use the currently connected server as the Distributor.
Öffentliche Methode EnumQueueReaderAgents Returns information on Queue Reader Agent jobs at the monitored Distributor.
Öffentliche Methode EnumQueueReaderAgentSessionDetails Returns detailed information about a Queue Reader Agent session.
Öffentliche Methode EnumQueueReaderAgentSessions Returns a list of information about the Queue Reader Agent sessions, including status and statistical information.
Öffentliche Methode EnumSnapshotAgents Returns information on Snapshot Agent jobs at the monitored Distributor.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode Load Loads the properties of an existing object from the server. (Geerbt von ReplicationObject.)
Öffentliche Methode LoadProperties Loads the properties of an existing object from the server. (Geerbt von ReplicationObject.)
Öffentliche Methode Refresh Reloads the properties of the object. (Geerbt von ReplicationObject.)
Öffentliche Methode StatusOf Returns the overall status for replication agents at the monitored Distributor by agent type.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

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)