言語

IDTSBulkInsertTask.UseFormatFile プロパティ

定義

Bulk Insertタスクがフォーマットファイルを使用しているかどうかを示す値を取得または設定します。

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

プロパティ値

Bulk Insertタスクがフォーマットファイルを使用している場合、trueとなります。そうでなければ、誤りです。

注釈

詳細については、BulkInsertTaskを参照してください。

適用対象