PullSubscription.EnabledForSynchronizationManager プロパティ

定義

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 の値。 trueの場合は、Windows Synchronization Managerを使ってサブスクリプションを同期できます。 falseの場合、Windows同期マネージャーではサブスクリプションを同期できません。

注釈

EnabledForSynchronizationManagerプロパティは、サブスクライバーのシステム管理者固定サーバーロールのメンバーか、サブスクリプションデータベースのdb_owner固定データベースメンバーのみが取得可能です。

EnabledForSynchronizationManagerプロパティは、加入者側のsysadmin固定サーバー役割のメンバーか、サブスクリプションデータベース上のdb_owner固定データベース役割のメンバーのみが設定可能です。

適用対象