BulkInsertOptionKind 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果此列舉成長超過 63,則必須更新剖析器 - 它會使用 Int64 來檢查選項重複
public enum BulkInsertOptionKind
type BulkInsertOptionKind =
Public Enum BulkInsertOptionKind
- 繼承
-
BulkInsertOptionKind
欄位
名稱 | 值 | 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 |