Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gibt eine einfache Masseneinfügungsoptionsart an.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Enumeration SimpleBulkInsertOptionKind
public enum SimpleBulkInsertOptionKind
public enum class SimpleBulkInsertOptionKind
type SimpleBulkInsertOptionKind
public enum SimpleBulkInsertOptionKind
Member
| Membername | Beschreibung | |
|---|---|---|
| None | Art ist None | |
| BatchSize | Die Art ist BatchSize. | |
| CheckConstraints | Die Art ist CheckConstraints. | |
| CodePage | Die Art ist CodePage. | |
| DataFileType | Die Art ist DataFileType. | |
| FieldTerminator | Die Art ist FieldTerminator. | |
| FirstRow | Die Art ist FirstRow. | |
| FireTriggers | Die Art ist FireTriggers. | |
| FormatFile | Die Art ist FormatFile. | |
| KeepIdentity | Die Art ist KeepIdentity. | |
| KeepNulls | Die Art ist KeepNulls. | |
| KilobytesPerBatch | Die Art ist KilobytesPerBatch. | |
| LastRow | Die Art ist LastRow. | |
| MaxErrors | Die Art ist MaxErrors. | |
| RowsPerBatch | Die Art ist RowsPerBatch. | |
| RowTerminator | Die Art ist RowTerminator. | |
| TabLock | Die Art ist TabLock. | |
| ErrorFile | Die Art ist ErrorFile. | |
| NoTriggers | Die Art ist NoTriggers. | |
| SingleBlob | Die Art ist SingleBlob. | |
| SingleClob | Die Art ist SingleClob. | |
| SingleNClob | Die Art ist SingleNClob. |