Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to:
SQL Server
The MSmerge_generation_partition_mappings table is used to track changes to partitions in a merge publication. This table is stored in the publication and scubscription databases.
| Column name | Data type | Description |
|---|---|---|
| publication_number | smallint | Identifies the merge publication |
| generation | bigint | The generation value. |
| partition_id | int | Identifies the partition. |
| changecount | int | The number of times that the partition has changed. |
See Also
Replication Tables (Transact-SQL)
Replication Views (Transact-SQL)