언어

IDTSBulkInsertTask.KeepIdentity 속성

정의

가져오기 데이터 파일의 식별 값이나 값들이 식별 열에 어떻게 사용되는지 지정하는 값을 받거나 설정합니다.

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

속성 값

식별 열에 정체성 값이나 가져오기 데이터 파일의 값들을 사용해야 한다면 참입니다. true는 소스 파일에 지정된 값을 식별 열에 할당합니다; false는 소스에서 지정한 정체성 열(identity-column) 값을 무시합니다. 기본값은 true입니다.

설명

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

적용 대상