言語

IDTSBulkInsertTask.FormatFile プロパティ

定義

フォーマットファイルの全パスを取得するか設定します。

public:
 property System::String ^ FormatFile { System::String ^ get(); void set(System::String ^ value); };
public string FormatFile { get; set; }
member this.FormatFile : string with get, set
Public Property FormatFile As String

プロパティ値

フォーマットファイルのパスを示す文字列です。

注釈

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

適用対象