IHpublisherconstraints (Transact-SQL)

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

Reference

Replication Views (Transact-SQL)

Concepts

Replication Tables (Transact-SQL)

Other Resources

Heterogeneous Database Replication

Help and Information

Getting SQL Server 2005 Assistance