--- title: "IHpublisherconstraints (Transact-SQL) | Microsoft Docs" ms.custom: "" ms.date: "03/03/2017" ms.prod: sql ms.prod_service: "database-engine" ms.reviewer: "" ms.technology: replication ms.topic: "language-reference" f1_keywords: - "IHpublisherconstraints" - "IHpublisherconstraints_TSQL" dev_langs: - "TSQL" helpviewer_keywords: - "IHpublisherconstraints system table" ms.assetid: 537b1e1a-7228-4680-aa27-5ad7072ea01e author: stevestein ms.author: sstein --- # IHpublisherconstraints (Transact-SQL) [!INCLUDE[tsql-appliesto-ss2008-xxxx-xxxx-xxx-md](../../includes/tsql-appliesto-ss2008-xxxx-xxxx-xxx-md.md)] 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](../../relational-databases/system-tables/ihpublishertables-transact-sql.md) 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](../../relational-databases/system-tables/ihconstrainttypes-transact-sql.md) system table.| ## See Also [Heterogeneous Database Replication](../../relational-databases/replication/non-sql/heterogeneous-database-replication.md) [Replication Tables (Transact-SQL)](../../relational-databases/system-tables/replication-tables-transact-sql.md) [Replication Views (Transact-SQL)](../../relational-databases/system-views/replication-views-transact-sql.md)