AlterTableConstraintModificationStatement.ConstraintEnforcement Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies that constraint is enabled or disabled. When disabled, future inserts or updates to the column are not validated against the constraint conditions.
public Microsoft.SqlServer.TransactSql.ScriptDom.ConstraintEnforcement ConstraintEnforcement { get; set; }
member this.ConstraintEnforcement : Microsoft.SqlServer.TransactSql.ScriptDom.ConstraintEnforcement with get, set
Public Property ConstraintEnforcement As ConstraintEnforcement