AlterTableConstraintModificationStatement.ConstraintEnforcement Property

Definition

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

Property Value

Applies to