次の方法で共有


PullSubscription.EnabledForSynchronizationManager プロパティ

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

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property EnabledForSynchronizationManager As Boolean 
    Get 
    Set
'使用
Dim instance As PullSubscription 
Dim value As Boolean 

value = instance.EnabledForSynchronizationManager

instance.EnabledForSynchronizationManager = value
public bool EnabledForSynchronizationManager { get; set; }
public:
property bool EnabledForSynchronizationManager {
    bool get ();
    void set (bool value);
}
member EnabledForSynchronizationManager : bool with get, set
function get EnabledForSynchronizationManager () : boolean 
function set EnabledForSynchronizationManager (value : boolean)

プロパティ値

型: System.Boolean
Boolean 値です。true の場合、Windows 同期マネージャーを使用して、サブスクリプションを同期できます。false の場合、Windows 同期マネージャーを使用して、サブスクリプションを同期できません。

説明

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

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

関連項目

参照

PullSubscription クラス

Microsoft.SqlServer.Replication 名前空間