TransPullSubscription.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_helppullsubscriptionの実行と同じです。

プロパティの SubscriberType 設定は、 sp_addpullsubscriptionの実行と同じです。

適用対象