IDTSBulkInsertTask.FormatFile Property

Definition

Gets or sets the full path of a format file.

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

Property Value

A String that indicates the path of the format file.

Remarks

For more information, see BulkInsertTask.

Applies to