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