BulkInsertTaskDataFileType Enumeration
The BulkInsertTaskDataFileType enumeration provides options for the text format of the source file for a bulk insert operation.
Enumeration Values
Name | Summary |
---|---|
Char | Specifies that character format will be used. |
Native | Specifies that native database types will be used. This normally happens when the file is the result of a bulk copy from the database (perhaps using the bcp utility). |
WideChar | Specifies that unicode character format will be used. |
WideNative | Specifies that native database types will be used with the stipulation that these types will not include char, varchar, or text. This normally happens when the file is the result of a bulk copy from the database (perhaps using the bcp utility). |