언어

IDTSBulkInsertTask.CheckConstraints 속성

정의

테이블과 컬럼 체크 제약 조건을 강제할지 여부를 나타내는 값을 받거나 설정합니다.

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

속성 값

체크 제약 조건을 강제하는 데 참; 대량 가져오기 작업 중 체크 제약 조건을 무시하기 위해 false를 설정하세요.

설명

자세한 내용은 BulkInsertTask를 참조하세요.

적용 대상