MSrepl_commands (Transact-SQL)

適用於:SQL Server

MSrepl_commands數據表包含複寫命令的數據列。 此數據表會儲存在散發資料庫中。

資料行名稱 資料類型 描述
publisher_database_id int 發行者資料庫的標識碼。
xact_seqno varbinary(16) 交易序號。
type int 命令類型。
article_id int 發行項的標識碼。
originator_id int 建立者的標識碼。
command_id int 命令的識別碼。
partial_command bit 指出這是否為部分命令。
命令 varbinary(1024) 命令值。
hashkey int 僅限內部使用。
originator_lsn varbinary(16) 識別原始發行集中命令的 LSN。 這用於點對點事務複製。

另請參閱

複寫資料表 (Transact-SQL)
複寫檢視 (Transact-SQL)
sp_replcmds (Transact-SQL)