FormatFile Property

DTS Programming

DTS Programming

FormatFile Property

The FormatFile property specifies the name and path of a bulk copy data file to use for the load operation.

Applies To
BulkInsertTask Object
Syntax

object.FormatFile [= value]

Part Description
object Expression that evaluates to a BulkInsertTask object
value Specification for the bulk copy data file

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetFormatFile(BSTR *pRetVal);

HRESULT SetFormatFile(BSTR NewValue);

Remarks

The format of the bulk copy data file must be acceptable to the bcp utility.

See Also

DataFile Property