IDTSBulkInsertTask.CheckConstraints 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.
Gets or sets a value that indicates whether you want to enforce table and column check constraints.
public:
property bool CheckConstraints { bool get(); void set(bool value); };
public bool CheckConstraints { get; set; }
member this.CheckConstraints : bool with get, set
Public Property CheckConstraints As Boolean
Property Value
true to enforce check constraints; false to ignore check constraints during bulk import operations.
Remarks
For more information, see BulkInsertTask.