다음을 통해 공유


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

속성 값

check 제약 조건을 적용하려면 true입니다. 대량 가져오기 작업 중에 CHECK 제약 조건을 무시하려면 false입니다.

설명

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

적용 대상