BulkInsertOptionKind Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If this enum grows beyond 63, Parser needs to be updated - it uses Int64 to check for option duplication
C#
public enum BulkInsertOptionKind
type BulkInsertOptionKind =
Public Enum BulkInsertOptionKind
- Inheritance
-
BulkInsertOptionKind
Name | Value | Description |
---|---|---|
None | 0 | |
BatchSize | 1 | |
CheckConstraints | 2 | |
CodePage | 3 | |
DataFileType | 4 | |
FieldTerminator | 5 | |
FirstRow | 6 | |
FireTriggers | 7 | |
FormatFile | 8 | |
KeepIdentity | 9 | |
KeepNulls | 10 | |
KilobytesPerBatch | 11 | |
LastRow | 12 | |
MaxErrors | 13 | |
RowsPerBatch | 14 | |
RowTerminator | 15 | |
TabLock | 16 | |
ErrorFile | 17 | |
NoTriggers | 18 | |
SingleBlob | 19 | |
SingleClob | 20 | |
SingleNClob | 21 | |
Order | 22 | |
23 | ||
DataSource | 24 | |
FormatDataSource | 25 | |
ErrorDataSource | 26 | |
DataFileFormat | 27 | |
FieldQuote | 28 | |
EscapeChar | 29 | |
DataCompression | 30 | |
ParserVersion | 31 | |
HeaderRow | 32 | |
RowsetOptions | 33 |
Product | Versions |
---|---|
Microsoft.SQLServer.DacFx | 140.3881.1, 150.18208.0, 160.2004021.0, 161.6374.0, 161 |