ConstraintType 列挙体
SQL Server 制約の種類を示します。
名前空間: 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 | テーブルまたは列の CHECK 制約です。 | |
| ForeignKey | テーブルの FOREIGN KEY 制約です。 | |
| PrimaryKey | テーブルの PRIMARY KEY 制約です。 | |
| Unique | テーブルの UNIQUE 制約です。 |