IDTSBulkInsertTask.CheckConstraints 属性

定义

获取或设置一个值,该值指示是否要强制使用表和列的 check 约束。

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

属性值

若要强制实施检查约束,则为 true;如果忽略批量导入操作期间的检查约束,则为 false。

注解

有关详细信息,请参阅 BulkInsertTask

适用于