MergePublication.MaxConcurrentMerge 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定最多可與發佈同步的合併代理數量。
public:
property int MaxConcurrentMerge { int get(); void set(int value); };
public int MaxConcurrentMerge { get; set; }
member this.MaxConcurrentMerge : int with get, set
Public Property MaxConcurrentMerge As Integer
屬性值
最多能同時同步於發佈的合併代理數量。
備註
若同時排程執行的 合併代理程式 程序數量超過最大,則多餘的工作會被放入佇列,直到執行中的程序完成。
MaxConcurrentMerge db_owner 成員可檢索該屬性,或透過出版資料庫中的固定資料庫角色,或是出版存取清單(PAL)成員取得該出版資料。
該MaxConcurrentMerge屬性可由 Publisher 固定伺服器角色的系統管理員成員設定。 也可以由出版資料庫中 db_owner 固定資料庫角色的成員設定。
檢索 MaxConcurrentMerge 等同於執行 sp_helpmergepublication。
設定 MaxConcurrentMerge 等同於執行 sp_addmergepublication 或 sp_changemergepublication。