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