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 同期マネージャーを使用して、サブスクリプションを同期できます。
false
の場合、Windows 同期マネージャーを使用して、サブスクリプションを同期できません。
注釈
EnabledForSynchronizationManager プロパティを取得できるのは、サブスクライバー側の固定サーバー ロール sysadmin のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner
のメンバーだけです。
EnabledForSynchronizationManager プロパティを設定できるのは、サブスクライバー側の固定サーバー ロール sysadmin
のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner
のメンバーだけです。