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 系統數據表中支援的索引類型。 |