MergePullSubscription.UseInteractiveResolver 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在同步過程中,是否使用互動式解析器,取得或設定。
public:
property bool UseInteractiveResolver { bool get(); void set(bool value); };
public bool UseInteractiveResolver { get; set; }
member this.UseInteractiveResolver : bool with get, set
Public Property UseInteractiveResolver As Boolean
屬性值
一個 Boolean 值。 若 屬實,互動解析器會在同步過程中顯示。 若 為錯誤,則預設在同步過程中不會顯示互動式解析器。
備註
UseInteractiveResolver該屬性僅能由訂閱者中固定伺服器角色的系統管理員成員或訂閱資料庫中固定資料庫db_owner角色成員取得。
此 UseInteractiveResolver 屬性僅能由訂閱者系統 管理員 固定伺服器角色的成員或訂閱資料庫中 db_owner 固定資料庫角色的成員設定。
取回 UseInteractiveResolver 該財產等同於執行 sp_helpmergepullsubscription。
設定屬性 UseInteractiveResolver 等同於執行 sp_addmergepullsubscription_agent 或 sp_changemergepullsubscription。