Freigeben über


ReplicationMonitor-Member

Monitors a replication server.

Der ReplicationMonitor-Typ macht die folgenden Member 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

Methoden

  Name Beschreibung
Geschützte Methode CheckValidCreation Infrastruktur. (Geerbt von ReplicationObject.)
Geschützte Methode CheckValidDefinition Infrastruktur. (Geerbt von ReplicationObject.)
Ö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.)
Geschützte Methode Finalize (Geerbt von Object.)
Geschützte Methode GetChangeCommand Infrastruktur. (Geerbt von ReplicationObject.)
Geschützte Methode GetCreateCommand Infrastruktur. (Geerbt von ReplicationObject.)
Geschützte Methode GetDropCommand Infrastruktur. (Geerbt von ReplicationObject.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode InternalRefresh Infrastruktur. (Geerbt von ReplicationObject.)
Ö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.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Ö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

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