MSmerge_conflict_publication_article (Transact-sql) MSmerge_conflict_publication_article (Transact-SQL)
适用于:Applies to: SQL ServerSQL Server(所有支持的版本)
SQL ServerSQL Server (all supported versions)
SQL ServerSQL Server(所有支持的版本)
SQL ServerSQL Server (all supported versions)
MSmerge_conflict_publication_article 表包含有关发生冲突的行的信息,或者为实现数据收敛而撤消的行更改的信息。The MSmerge_conflict_publication_article table contains information on rows that conflicted or row changes that were undone to achieve data convergence. 对于发布中的每个复制表都存在一个冲突表,而冲突表的名称附加有发布和项目的名称。A conflict table exists for each replicated table in a publication, where the name of the conflict table is appended with the publication and article name. 这些项目特定的冲突表存储在用于进行冲突日志记录的数据库中,通常是发布数据库,但如果冲突日志记录分散,也可以是订阅数据库。These article-specific conflict tables exist in the database used for conflict logging, usually the publication database but can be the subscription database if there is decentralized conflict logging.
列名称Column name | 数据类型Data type | 说明Description |
---|---|---|
文章 _ 列 _ 名称article_column_name | variablevariable | 表示复制表中的一列。Represents a column in a replicated table. 在该系统表中,表项目中的每列对应一列。This system table contains one column for each column in the table article. |
rowguidrowguid | uniqueidentifieruniqueidentifier | 冲突行的行标识符。The row identifier for the conflict row. |
ModifiedDate ModifiedDate | datetimedatetime | 发生冲突的时间。The time when the conflict occurred. |
源 _ 数据源 _ idorigin_datasource_id | uniqueidentifieruniqueidentifier | 为其撤销行更改或失去冲突的订阅。The subscription for which the row change was undone or that lost the conflict. |
另请参阅See Also
Transact-sql)(复制表 Replication Tables (Transact-SQL)
复制视图 (Transact-SQL)Replication Views (Transact-SQL)