IDTSBulkInsertTask.UseFormatFile 속성

정의

대량 삽입 태스크에서 서식 파일을 사용할지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

대량 삽입 태스크에서 서식 파일을 사용하는 경우 true입니다. 그렇지 않으면 false입니다.

설명

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

적용 대상