DataFileType Property

DTS Programming

DTS Programming

DataFileType Property

The DataFileType property specifies the type of the data file to insert.

Applies To
BulkInsertTask Object
Syntax

object.DataFileType [= value]

Part Description
object Expression that evaluates to a BulkInsertTask object
value Type of the data file

Data Type

DTSBulkInsert_DataFileType

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDataFileType(DTSBulkInsert_DataFileType *pRetVal);

HRESULT SetDataFileType(DTSBulkInsert_DataFileType NewValue);

Remarks

DataFileType must be set to one of the DTSBulkInsert_DataFileType values. The default is DTSBulkInsert_DataFileType_Char.

See Also

DataFile Property