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を実行するのと同等です。

適用対象