Expand Minimize
This topic has not yet been rated - Rate this topic

ConstraintType Enumeration

Specifies SQL Server constraint types.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
public enum ConstraintType
Member nameDescription
CheckA table or column CHECK constraint.
ForeignKeyA table FOREIGN KEY constraint.
PrimaryKeyA table PRIMARY KEY constraint.
UniqueA table UNIQUE constraint.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.