TransPullSubscription.SubscriberType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サブスクリプションの更新動作を取得します。値の設定も可能です。
public:
property Microsoft::SqlServer::Replication::TransSubscriberType SubscriberType { Microsoft::SqlServer::Replication::TransSubscriberType get(); void set(Microsoft::SqlServer::Replication::TransSubscriberType value); };
public Microsoft.SqlServer.Replication.TransSubscriberType SubscriberType { get; set; }
member this.SubscriberType : Microsoft.SqlServer.Replication.TransSubscriberType with get, set
Public Property SubscriberType As TransSubscriberType
プロパティ値
TransSubscriberType オブジェクト。
注釈
既存のサブスクリプションに SubscriberType プロパティは設定できません。
SubscriberType プロパティを取得できるのは、サブスクライバー側の固定サーバー ロール sysadmin
のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner
のメンバーだけです。
SubscriberType プロパティを設定できるのは、サブスクライバー側の固定サーバー ロール sysadmin
のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner
のメンバーだけです。
プロパティの SubscriberType 取得は、 sp_helppullsubscriptionの実行と同じです。
プロパティの SubscriberType 設定は、 sp_addpullsubscriptionの実行と同じです。