The DataFileType property specifies the type of the data file to insert.
BulkInsertTask Object |
object.DataFileType [= value]
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
value | Type of the data file |
DataFileType must be set to one of the DTSTransfer_ScriptOptionEx values. The default is DTSBulkInsert_DataFileType.
Read/write
HRESULT GetDataFileType(DTSBulkInsert_DataFileType *pRetVal);
HRESULT SetDataFileType(DTSBulkInsert_DataFileType NewValue);