Subscription.EnabledForSynchronizationManager プロパティ

定義

同期マネージャーを使ってサブスクリプションを同期できるかどうかMicrosoft Windows指定します。

public:
 property bool EnabledForSynchronizationManager { bool get(); void set(bool value); };
public bool EnabledForSynchronizationManager { get; set; }
member this.EnabledForSynchronizationManager : bool with get, set
Public Property EnabledForSynchronizationManager As Boolean

プロパティ値

既存のサブスクリプションが同期マネージャーを使えるようにしていても、常にBoolean値Windows。

注釈

EnabledForSynchronizationManagerプロパティはサブスクリプションを作成する前に設定しなければなりません。 一度サブスクリプション登録がサーバー上に存在すると、 EnabledForSynchronizationManager プロパティは変更できません。

DatabaseNameプロパティは、Publisherのsysadmin固定サーバーロールのメンバーか、出版データベースのdb_owner固定データベースロールのメンバーのみが設定可能です。

DatabaseNameプロパティを設定することは、sp_addpushsubscription_agentsp_addmergepushsubscription_agentを実行するのと同等です。

このプロパティは非SQL Serverパブリッシャーにはサポートされていません。

適用対象