PublicationMonitors プロパティ

PublicationMonitor オブジェクトのコレクションを表します。各オブジェクトは、監視されているパブリッシャ側で定義されるパブリケーションを表します。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public ReadOnly Property PublicationMonitors As PublicationMonitorCollection
    Get
'使用
Dim instance As PublisherMonitor
Dim value As PublicationMonitorCollection

value = instance.PublicationMonitors
public PublicationMonitorCollection PublicationMonitors { get; }
public:
property PublicationMonitorCollection^ PublicationMonitors {
    PublicationMonitorCollection^ get ();
}
member PublicationMonitors : PublicationMonitorCollection
function get PublicationMonitors () : PublicationMonitorCollection

説明

このコレクション内の PublicationMonitor オブジェクトには、[Int32] インデックス値を使用するか、アーティクルの Name プロパティおよび DatabaseName プロパティである [String,String] インデックスを使用して、PublicationMonitors からアクセスできます。

PublicationMonitors プロパティを取得できるのは、ディストリビュータ側の固定サーバー ロール sysadmin のメンバ、あるいはディストリビューション データベースの固定データベース ロール db_owner または replmonitor のメンバだけです。

この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。