IHpublisherconstraints (Transact-SQL)
Applies to: SQL Server
The IHpublisherconstraints system table contains one row for each constraint replicated from non-SQL Server Publishers using the current Distributor. This table is stored in the distribution database.
Column name | Data type | Description |
---|---|---|
publisherconstraint_id | int | Identifies a published constraint. |
table_id | int | Identifies the table from IHpublishertables to which the constraint belongs. |
publisher_id | smallint | Identifies the non-SQL Server Publisher from which the column is being published. |
Name | Sysname | The name of the published constraint. |
Type | nvarchar(255) | A supported constraint type from the IHconstrainttypes system table. |
See Also
Heterogeneous Database Replication
Replication Tables (Transact-SQL)
Replication Views (Transact-SQL)