Freigeben über


PublisherMonitor-Klasse

Monitors a replication Publisher.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Replication.ReplicationObject
    Microsoft.SqlServer.Replication.PublisherMonitor

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

Syntax

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

Der PublisherMonitor-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode PublisherMonitor() Creates a new instance of the PublisherMonitor class.
Öffentliche Methode PublisherMonitor(String, ServerConnection) Creates a new instance of the PublisherMonitor class with the specified name and a connection to the Distributor.

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 DistributionDatabase Gets the name of the distribution database used by the Publisher.
Ö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 Publisher.
Öffentliche Eigenschaft PublicationMonitors Represents a collection of PublicationMonitor objects, each of which represents a publication defined at the Publisher being monitored.
Öffentliche Eigenschaft PublisherType Gets the type of the database server that is the Publisher.
Öffentliche Eigenschaft SqlServerName Gets the name of the Microsoft SQL Server instance to which this object is connected. (Geerbt von ReplicationObject.)
Öffentliche Eigenschaft StatusAndWarning Gets status information and warnings for the monitored threshold metrics on the Publisher.
Ö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 EnumDatabasePublications Returns information about publications that use a specified publication database.
Öffentliche Methode EnumDatabaseSubscriptions Returns information on subscriptions that belong to publications that use a specified publication database.
Öffentliche Methode EnumDistributionAgentSessionDetails Returns detailed information about a Distribution Agent session.
Öffentliche Methode EnumDistributionAgentSessions Returns information about Distribution Agent sessions.
Öffentliche Methode EnumErrorRecords Returns information on errors associated with a specified error ID that occurred during a synchronization session.
Öffentliche Methode EnumLogReaderAgentSessionDetails Returns detailed information about a Log Reader Agent session.
Öffentliche Methode EnumLogReaderAgentSessions Returns information about Log Reader Agent sessions.
Öffentliche Methode EnumMergeAgentSessionDetails Returns detailed information about a Merge Agent session.
Öffentliche Methode EnumMergeAgentSessionDetails2 Returns additional detailed information about a Merge Agent session.
Öffentliche Methode EnumMergeAgentSessions Returns information about Merge Agent sessions.
Öffentliche Methode EnumMergeAgentSessions2 Returns additional information about Merge Agent sessions.
Öffentliche Methode EnumPublications Returns information on publications at a monitored Publisher.
Öffentliche Methode EnumPublications2 Returns additional information on publications at a monitored Publisher.
Öffentliche Methode EnumSnapshotAgentSessionDetails Returns detailed information about a Snapshot Agent session.
Öffentliche Methode EnumSnapshotAgentSessions Returns information about Snapshot Agent sessions.
Öffentliche Methode EnumSubscriptions Returns information about subscriptions that belong to a publication at the monitored Publisher.
Ö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 ToString (Geerbt von Object.)

Zum Anfang

Hinweise

Any method of PublisherMonitor will throw an exception if the Distributor is not installed and the distribution database does not exist.

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)