ConstraintEnforcement Enumeration
Specifies how constraints can be enforced.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
| Member name | Description | |
|---|---|---|
| Check | The constraint is Check. | |
| NoCheck | The constraint is NoCheck. | |
| NotSpecified | The constraint is NotSpecified. |
Show: