次の方法で共有


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

プロパティ値

型: Microsoft.SqlServer.Replication.PublicationMonitorCollection
PublicationMonitorCollection オブジェクトです。

説明

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

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

関連項目

参照

PublisherMonitor クラス

Microsoft.SqlServer.Replication 名前空間