Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 1.94 KB

File metadata and controls

39 lines (34 loc) · 1.94 KB
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)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-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 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)