IDTSBulkInsertTask.CheckConstraints Property

Definition

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.

Applies to