다음을 통해 공유


IDTSBulkInsertTask.KeepIdentity 속성

정의

가져온 데이터 파일의 ID 값을 ID 열에 사용하는 방법을 지정하는 값을 가져오거나 설정합니다.

public:
 property bool KeepIdentity { bool get(); void set(bool value); };
public bool KeepIdentity { get; set; }
member this.KeepIdentity : bool with get, set
Public Property KeepIdentity As Boolean

속성 값

가져온 데이터 파일의 ID 값 또는 값을 ID 열에 사용해야 하는 경우 true입니다. true는 원본 파일에 지정된 값을 ID 열에 할당합니다. false는 원본에 지정된 ID 열 값을 무시합니다. 기본값은 true입니다.

설명

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

적용 대상