DTSBulkInsert_DataFileType

DTS Programming

DTS Programming

DTSBulkInsert_DataFileType

The DTSBulkInsert_DataFileType constants specify the type of data file used in Bulk Insert operations.

Constant Value Description
DTSBulkInsert_DataFileType_Char 0 Char data file type
DTSBulkInsert_DataFileType_Native 1 Native data file type
DTSBulkInsert_DataFileType_WideChar 2 WideChar data file type
DTSBulkInsert_DataFileType_WideNative 3 WideNative data file type

See Also

BulkInsertTask Object

DataFileType Property