AlterTableAddTableElementStatement.ExistingRowsCheckEnforcement Property

Definition

Specifies whether the data in the table is or is not validated against a newly added or re-enabled FOREIGN KEY or CHECK constraint. Defines which one of WITH CHECK or WITH NOCHECK were used. Check is the default for this class(if nothing was explicitly mentioned), since these are new constraints (Books online).

public Microsoft.SqlServer.TransactSql.ScriptDom.ConstraintEnforcement ExistingRowsCheckEnforcement { get; set; }
member this.ExistingRowsCheckEnforcement : Microsoft.SqlServer.TransactSql.ScriptDom.ConstraintEnforcement with get, set
Public Property ExistingRowsCheckEnforcement As ConstraintEnforcement

Property Value

Applies to