ConstraintType 枚举

Specifies SQL Server constraint types.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Public Enumeration ConstraintType
用法
Dim instance As ConstraintType
public enum ConstraintType
public enum class ConstraintType
type ConstraintType
public enum ConstraintType

成员

成员名称 说明
Check A table or column CHECK constraint.
ForeignKey A table FOREIGN KEY constraint.
PrimaryKey A table PRIMARY KEY constraint.
Unique A table UNIQUE constraint.