MergePullSubscription.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 プロパティを設定することはできません。

SubscriberTypeプロパティは、サブスクライバーのシステム管理者固定サーバーロールのメンバーか、サブスクリプションデータベースのdb_owner固定データベースメンバーのみが取得可能です。

SubscriberTypeプロパティは、加入者のシステム管理者固定サーバー役割のメンバーか、サブスクリプションデータベースのdb_owner固定データベースの役割のメンバーのみが設定可能です。

SubscriberTypeプロパティの取得はsp_helpmergepullsubscriptionを実行するのと同等です。

SubscriberTypeプロパティを設定することはsp_addmergepullsubscriptionを実行するのと同等です。

適用対象

こちらもご覧ください