ServerBCPDataFileType Property
This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.
The ServerBCPDataFileType property specifies the format for an imported data file.
Constant | Value | Description |
|---|---|---|
SQLDMOBCPDataFile_Char | 1 | Reads a data file as character data. It nterprets the data file using the character set specified. |
SQLDMOBCPDataFile_Default | 1 | SQLDMOBCPDataFile_Char. |
SQLDMOBCPDataFile_Native | 2 | Assumes bulk-copy native data format when reading the data file. |
SQLDMOBCPDataFile_WideChar | 4 | Reads a data file as Unicode character data. |
SQLDMOBCPDataFile_/WideNative | 8 | Assumes bulk-copy wide native data format when reading the data file. It treats all character data types as wide character (Unicode). |
