IHpublisherconstraints (Transact-SQL)

適用於:SQL Server

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

資料行名稱 資料類型 描述
publisherconstraint_id int 識別已發佈的條件約束。
table_id int 條件約束所屬的 IHpublishertable 識別 資料表。
publisher_id smallint 識別要從中發行資料行的非 SQL Server 發行者。
名稱 Sysname 已發行條件約束的名稱。
類型 nvarchar(255) IHconstrainttypes 系統資料表中 支援的條件約束類型。

另請參閱

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