FormatFile Property (DTS)

The FormatFile property specfies a bcp format file to use for the load operation.

Applies To
BulkInsertTask Object  

Syntax

object.FormatFile [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value bcp format file to use

Data Type

String

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetFormatFile(BSTR *pRetVal);

HRESULT SetFormatFile(BSTR NewValue);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.