ReplicationTable.PublishedInMerge 屬性

定義

取得值,指出資料表是否會在合併式發行集內發行。

public:
 property bool PublishedInMerge { bool get(); };
public bool PublishedInMerge { get; }
member this.PublishedInMerge : bool
Public ReadOnly Property PublishedInMerge As Boolean

屬性值

Boolean

如果資料表會在合併式發行集中發行則為 true,如果資料表不會在合併式發行集中發行則為 false

備註

PublishedInMerge屬性可以由發行者端系統管理員(sysadmin)固定伺服器角色的成員或發行集資料庫上的 db_owner 固定資料庫角色的成員來抓取。

適用於