AlterTableAddTableElementStatement.ExistingRowsCheckEnforcement 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 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