SimpleBulkInsertOptionKind, énumération
Spécifie un type d'option d'insertion en bloc simple.
Espace de noms : Microsoft.Data.Schema.ScriptDom.Sql
Assembly : Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Déclaration
Public Enumeration SimpleBulkInsertOptionKind
public enum SimpleBulkInsertOptionKind
public enum class SimpleBulkInsertOptionKind
type SimpleBulkInsertOptionKind
public enum SimpleBulkInsertOptionKind
Membres
Nom de membre | Description | |
---|---|---|
None | Le genre est None. | |
BatchSize | Le type est BatchSize | |
CheckConstraints | Le type est CheckConstraints | |
CodePage | Le type est CodePage | |
DataFileType | Le type est DataFileType | |
FieldTerminator | Le type est FieldTerminator | |
FirstRow | Le type est FirstRow | |
FireTriggers | Le type est FireTriggers | |
FormatFile | Le type est FormatFile | |
KeepIdentity | Le type est KeepIdentity | |
KeepNulls | Le type est KeepNulls | |
KilobytesPerBatch | Le type est KilobytesPerBatch | |
LastRow | Le type est LastRow | |
MaxErrors | Le type est MaxErrors | |
RowsPerBatch | Le type est RowsPerBatch | |
RowTerminator | Le type est RowTerminator | |
TabLock | Le type est TabLock | |
ErrorFile | Le type est ErrorFile | |
NoTriggers | Le type est NoTriggers | |
SingleBlob | Le type est SingleBlob | |
SingleClob | Le type est SingleClob | |
SingleNClob | Le type est SingleNClob |