MergeSubscription.SubscriberType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サブスクリプションがクライアントかサーバーかを取得または設定します。
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
プロパティ値
注釈
SubscriberTypeプロパティは、Publisherのsysadmin固定サーバー役割のメンバー、出版データベースのdb_owner固定データベース役割のメンバー、または購読が属する出版物のpublication access listのメンバーのみ取得可能です。
SubscriberTypeプロパティは、Publisherのsysadmin固定サーバーロールのメンバーか、出版データベースのdb_owner固定データベースロールのメンバーのみが設定可能です。
SubscriberTypeの取得はsp_helpmergesubscriptionを実行するのと同等です。
SubscriberType設定はsp_addmergesubscriptionやsp_changemergesubscriptionを実行するのと同等です。