次の方法で共有


TransSubscription.SubscriberType プロパティ

定義

サブスクライバーでのデータ変更の更新動作を取得します。値の設定も可能です。

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_helpsubscriptionの実行 (Transact-SQL) と同じです。

設定 SubscriberType は、sp_addsubscriptionの実行 (Transact-SQL) と同じです。

適用対象