Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 2.04 KB

File metadata and controls

39 lines (33 loc) · 2.04 KB
title IHpublishercolumnconstraints (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
IHpublishercolumnconstraints
IHpublishercolumnconstraints_TSQL
dev_langs
TSQL
helpviewer_keywords
IHpublishercolumnconstraints system table
ms.assetid d7a41da6-e067-430a-8da2-3f6745b8a4f3
author stevestein
ms.author sstein

IHpublishercolumnconstraints (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx-md]

The IHpublishercolumnconstraints system table maps columns of a non-SQL Server publication in the IHpublishercolumns system table to constraints in the IHpublisherconstraints system table. This table is stored in the distribution database.

Definition

Column name Data type Description
publishercolumn_id int Identifies the column from IHpublishercolumns with an associated constraint.
publisherconstraint_id int Identifies a constraint from IHpublisherconstraints associated with the column.
indid int Indicates position of the column in the published table.

See Also

Heterogeneous Database Replication
Replication Tables (Transact-SQL)
Replication Views (Transact-SQL)