언어

IDTSBulkInsertTask.KeepNulls 속성

정의

빈 열이 벌크 로드 작업 동안 null 값을 유지할지 아니면 기본 값을 삽입할지 나타내는 값을 얻거나 설정합니다.

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

속성 값

대량 부하 작업 중 빈 열이 null 값을 유지해야 한다면 참; 지정된 기본값을 대신 삽입해야 할 경우 false입니다.

설명

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

적용 대상