TransSubscription.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
プロパティ値
注釈
SubscriberType は、サブスクリプションが作成される前に設定する必要があり、サブスクリプションの作成後は変更することができません。
SubscriberType プロパティを取得できるのは、固定サーバー ロール sysadmin
のメンバー、固定データベース ロール db_owner
のメンバー、またはサブスクリプションを作成したユーザーだけです。
SubscriberType プロパティを設定できるのは、固定サーバー ロール sysadmin
のメンバー、または固定データベース ロール db_owner
のメンバーだけです。
SubscriberType取得は、sp_helpsubscriptionの実行 (Transact-SQL) と同じです。
設定 SubscriberType は、sp_addsubscriptionの実行 (Transact-SQL) と同じです。