IHpublisherindexes (Transact-SQL)
IHpublisherindexes 系統資料表會針對利用目前散發者,從非 SQL Server 發行者複寫而來的每一個索引,各包含一個資料列。這份資料表儲存在散發資料庫中。
資料行名稱 |
資料類型 |
描述 |
---|---|---|
publisherindex_id |
int |
識別已發行的索引。 |
table_id |
int |
識別索引所屬 IHpublishertables 的資料表。 |
publisher_id |
smallint |
識別發行索引所在位置的非 SQL Server 發行者。 |
name |
sysname |
已發行之索引的名稱。 |
type |
nvarchar(255) |
IHindextypes 系統資料表的支援索引類型。 |