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 、サブスクライバーの sysadmin 固定サーバー ロールのメンバー、またはサブスクリプション データベースの固定データベース ロール のメンバー によってのみ取得db_owner。

プロパティは SubscriberType 、サブスクライバーの sysadmin 固定サーバー ロールのメンバー、またはサブスクリプション データベースの固定データベース ロール のメンバー によってのみ設定db_owner。

プロパティの SubscriberType 取得は、 sp_helpmergepullsubscriptionの実行と同じです。

プロパティの SubscriberType 設定は、 sp_addmergepullsubscriptionの実行と同じです。

適用対象

こちらもご覧ください