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 、パブリッシャーの sysadmin 固定サーバー ロールのメンバー、パブリケーション データベースの db_owner 固定データベース ロールのメンバー、またはサブスクリプションが属するパブリケーションのパブリケーション アクセス リストのメンバーによってのみ取得できます。

このプロパティは SubscriberType 、パブリッシャーの sysadmin 固定サーバー ロールのメンバー、またはパブリケーション データベースの固定データベース ロール db_owner メンバーによってのみ設定できます。

SubscriberType取得は、sp_helpmergesubscriptionの実行と同じです。

設定 SubscriberType は、 sp_addmergesubscription または sp_changemergesubscriptionの実行と同じです。

適用対象