Enum BulkInsertTaskDataFileType
C#
public enum BulkInsertTaskDataFileType
Fields
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). |