IDTSBulkInsertTask.FormatFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.