PullSubscription.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 の値。
trueの場合は、Windows Synchronization Managerを使ってサブスクリプションを同期できます。
falseの場合、Windows同期マネージャーではサブスクリプションを同期できません。
注釈
EnabledForSynchronizationManagerプロパティは、サブスクライバーのシステム管理者固定サーバーロールのメンバーか、サブスクリプションデータベースのdb_owner固定データベースメンバーのみが取得可能です。
EnabledForSynchronizationManagerプロパティは、加入者側のsysadmin固定サーバー役割のメンバーか、サブスクリプションデータベース上のdb_owner固定データベース役割のメンバーのみが設定可能です。