MSpeer_conflictdetectionconfigresponse (Transact-SQL)
適用於:SQL Server
用於點對點複寫,以儲存每個節點對拓撲寬組態要求的回應。 此數據表會儲存在發行集資料庫中。
資料行名稱 | 資料類型 | 描述 |
---|---|---|
request_id | int | 識別MSpeer_conflictdetectionconfigrequest數據表中的衝突組態要求專案。 |
peer_node | sysname | 產生回應的伺服器實例名稱。 |
peer_db | sysname | 產生回應之對等端的訂用帳戶資料庫。 |
peer_version | sysname | 識別發行者的版本號碼。 |
peer_db_version | sysname | 識別對等資料庫的版本號碼。 |
is_peer | bit | 指出節點是否為唯讀訂閱者。 值為 0 表示只讀訂閱者。 |
conflict_detection_enabled | bit | 指出是否為拓撲啟用衝突偵測。 |
originator_id | varbinary(16) | 識別拓撲中的每個節點,以用於衝突偵測。 如需相關資訊,請參閱 Conflict Detection in Peer-to-Peer Replication。 |
peer_conflict_retention | int | 時間週期,以天為單位,元數據會儲存在衝突數據表中。 |
peer_subscriptions | XML | 回應要求之節點的相關信息。 |
progress_phase | nvarchar(32) | 使用下列其中一個值來識別目前處理階段: 已開始 收集的對等版本 收集的狀態 |
modified_date | datetime | 階段完成的日期和時間。 |