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

注釈

EnabledForSynchronizationManager プロパティを取得できるのは、サブスクライバー側の固定サーバー ロール sysadmin のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner のメンバーだけです。

EnabledForSynchronizationManager プロパティを設定できるのは、サブスクライバー側の固定サーバー ロール sysadmin のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner のメンバーだけです。

適用対象