MergePublication.MergeSubscriptions プロパティ

定義

マージ パブリケーションに属するサブスクリプションを取得します。

public:
 property Microsoft::SqlServer::Replication::MergeSubscriptionCollection ^ MergeSubscriptions { Microsoft::SqlServer::Replication::MergeSubscriptionCollection ^ get(); };
public Microsoft.SqlServer.Replication.MergeSubscriptionCollection MergeSubscriptions { get; }
member this.MergeSubscriptions : Microsoft.SqlServer.Replication.MergeSubscriptionCollection
Public ReadOnly Property MergeSubscriptions As MergeSubscriptionCollection

プロパティ値

マージ パブリケーションに属するサブスクリプションのコレクションです。

注釈

コレクション内の MergeSubscription オブジェクトへは、[MergeSubscriptions] インデックス値を使用して、またはアーティクルの Int32 プロパティである String インデックスを使用して、Name からアクセスできます。

このプロパティは MergeSubscriptions 、パブリケーション データベースの db_owner または replmonitor 固定データベース ロールのメンバー、またはパブリケーションのパブリケーション アクセス リスト (PAL) のメンバーによって取得できます。

MergeSubscriptions取得は、sp_helpmergepublicationの実行と同じです。

適用対象