IHpublisherindexes (Transact-SQL)

適用於:SQL Server

IHpublisherindexes 系統資料表針對使用目前散發者從非 SQL Server 發行者複寫的每個索引,各包含一個資料列。 此資料表會儲存在散發資料庫中。

資料行名稱 資料類型 描述
publisherindex_id int 識別已發佈的索引。
table_id int 識別索引 所屬 IHpublishertable 的 資料表。
publisher_id smallint 識別要從中發佈索引的非 SQL Server 發行者。
name sysname 已發佈索引的名稱。
type nvarchar(255) IHindextypes 系統資料表中 支援的索引類型。

另請參閱

異質資料庫複寫
複寫資料表 (Transact-SQL)
複寫檢視 (Transact-SQL)