次の方法で共有


Subscription.EnabledForSynchronizationManager プロパティ

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

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

構文

'宣言
Public Property EnabledForSynchronizationManager As Boolean 
    Get 
    Set
'使用
Dim instance As Subscription 
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 値です。この値は常に false です。既存のサブスクリプションで Windows 同期マネージャーが使用できるようになっている場合でも変わりません。

説明

サーバーでサブスクリプションを作成する前に、EnabledForSynchronizationManager プロパティを設定する必要があります。 サーバーでサブスクリプションを登録した後に EnabledForSynchronizationManager プロパティを変更することはできません。

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

DatabaseName プロパティを設定すると、sp_addpushsubscription_agent または sp_addmergepushsubscription_agent を実行したのと同じことになります。

このプロパティは、SQL Server 以外のパブリッシャーではサポートされていません。

関連項目

参照

Subscription クラス

Microsoft.SqlServer.Replication 名前空間