BulkInsertOptionKind Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Si cette énumération augmente au-delà de 63, l’analyseur doit être mis à jour . Il utilise Int64 pour case activée pour la duplication d’options
public enum BulkInsertOptionKind
type BulkInsertOptionKind =
Public Enum BulkInsertOptionKind
- Héritage
-
BulkInsertOptionKind
Champs
Nom | Valeur | 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 |