PublisherMonitor 類別

Monitors a replication Publisher.

繼承階層

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

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public NotInheritable Class PublisherMonitor _
    Inherits ReplicationObject
'用途
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

PublisherMonitor 型別公開下列成員。

建構函式

  名稱 說明
公用方法 PublisherMonitor() () () () Creates a new instance of the PublisherMonitor class.
公用方法 PublisherMonitor(String, ServerConnection) Creates a new instance of the PublisherMonitor class with the specified name and a connection to the Distributor.

上層

屬性

  名稱 說明
公用屬性 CachePropertyChanges Gets or sets whether to cache changes made to the replication properties or to apply them immediately. (繼承自 ReplicationObject。)
公用屬性 CacheRefreshPolicy 基礎結構。
公用屬性 ConnectionContext Gets or sets the connection to an instance of Microsoft SQL Server. (繼承自 ReplicationObject。)
公用屬性 DistributionDatabase Gets the name of the distribution database used by the Publisher.
公用屬性 ExcludeAnonymousSubscriptions Gets whether or not information on anonymous subscriptions is returned.
公用屬性 IsExistingObject Gets whether the object exists on the server or not. (繼承自 ReplicationObject。)
公用屬性 Name Gets the name of the Publisher.
公用屬性 PublicationMonitors Represents a collection of PublicationMonitor objects, each of which represents a publication defined at the Publisher being monitored.
公用屬性 PublisherType Gets the type of the database server that is the Publisher.
公用屬性 SqlServerName Gets the name of the Microsoft SQL Server instance to which this object is connected. (繼承自 ReplicationObject。)
公用屬性 StatusAndWarning Gets status information and warnings for the monitored threshold metrics on the Publisher.
公用屬性 UserData Gets or sets an object property that allows users to attach their own data to the object. (繼承自 ReplicationObject。)

上層

方法

  名稱 說明
受保護的方法 CheckValidCreation 基礎結構。 (繼承自 ReplicationObject。)
受保護的方法 CheckValidDefinition 基礎結構。 (繼承自 ReplicationObject。)
公用方法 CommitPropertyChanges Sends all the cached property change statements to the instance of Microsoft SQL Server. (繼承自 ReplicationObject。)
公用方法 Decouple Decouples the referenced replication object from the server. (繼承自 ReplicationObject。)
公用方法 EnumDatabasePublications Returns information about publications that use a specified publication database.
公用方法 EnumDatabaseSubscriptions Returns information on subscriptions that belong to publications that use a specified publication database.
公用方法 EnumDistributionAgentSessionDetails Returns detailed information about a Distribution Agent session.
公用方法 EnumDistributionAgentSessions Returns information about Distribution Agent sessions.
公用方法 EnumErrorRecords Returns information on errors associated with a specified error ID that occurred during a synchronization session.
公用方法 EnumLogReaderAgentSessionDetails Returns detailed information about a Log Reader Agent session.
公用方法 EnumLogReaderAgentSessions Returns information about Log Reader Agent sessions.
公用方法 EnumMergeAgentSessionDetails Returns detailed information about a Merge Agent session.
公用方法 EnumMergeAgentSessionDetails2 Returns additional detailed information about a Merge Agent session.
公用方法 EnumMergeAgentSessions Returns information about Merge Agent sessions.
公用方法 EnumMergeAgentSessions2 Returns additional information about Merge Agent sessions.
公用方法 EnumPublications Returns information on publications at a monitored Publisher.
公用方法 EnumPublications2 Returns additional information on publications at a monitored Publisher.
公用方法 EnumSnapshotAgentSessionDetails Returns detailed information about a Snapshot Agent session.
公用方法 EnumSnapshotAgentSessions Returns information about Snapshot Agent sessions.
公用方法 EnumSubscriptions Returns information about subscriptions that belong to a publication at the monitored Publisher.
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
受保護的方法 GetChangeCommand 基礎結構。 (繼承自 ReplicationObject。)
受保護的方法 GetCreateCommand 基礎結構。 (繼承自 ReplicationObject。)
受保護的方法 GetDropCommand 基礎結構。 (繼承自 ReplicationObject。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 InternalRefresh 基礎結構。 (繼承自 ReplicationObject。)
公用方法 Load Loads the properties of an existing object from the server. (繼承自 ReplicationObject。)
公用方法 LoadProperties Loads the properties of an existing object from the server. (繼承自 ReplicationObject。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 Refresh Reloads the properties of the object. (繼承自 ReplicationObject。)
公用方法 ToString (繼承自 Object。)

上層

備註

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

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

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.

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。