MergeSubscription.SubscriberType プロパティ

定義

サブスクリプションがクライアントかサーバーかを取得または設定します。

public:
 property Microsoft::SqlServer::Replication::MergeSubscriberType SubscriberType { Microsoft::SqlServer::Replication::MergeSubscriberType get(); void set(Microsoft::SqlServer::Replication::MergeSubscriberType value); };
public Microsoft.SqlServer.Replication.MergeSubscriberType SubscriberType { get; set; }
member this.SubscriberType : Microsoft.SqlServer.Replication.MergeSubscriberType with get, set
Public Property SubscriberType As MergeSubscriberType

プロパティ値

MergeSubscriberType の値。

注釈

SubscriberTypeプロパティは、Publisherのsysadmin固定サーバー役割のメンバー、出版データベースのdb_owner固定データベース役割のメンバー、または購読が属する出版物のpublication access listのメンバーのみ取得可能です。

SubscriberTypeプロパティは、Publisherのsysadmin固定サーバーロールのメンバーか、出版データベースのdb_owner固定データベースロールのメンバーのみが設定可能です。

SubscriberTypeの取得はsp_helpmergesubscriptionを実行するのと同等です。

SubscriberType設定はsp_addmergesubscriptionsp_changemergesubscriptionを実行するのと同等です。

適用対象