単純な一括挿入オプションの種類を指定します。
名前空間: Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ: Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Enumeration SimpleBulkInsertOptionKind
public enum SimpleBulkInsertOptionKind
public enum class SimpleBulkInsertOptionKind
type SimpleBulkInsertOptionKind
public enum SimpleBulkInsertOptionKind
メンバー
メンバー名 | 説明 | |
---|---|---|
None | 種類は None です | |
BatchSize | 種類は BatchSize です | |
CheckConstraints | 種類は CheckConstraints です | |
CodePage | 種類は CodePage です | |
DataFileType | 種類は DataFileType です | |
FieldTerminator | 種類は FieldTerminator です | |
FirstRow | 種類は FirstRow です | |
FireTriggers | 種類は FireTriggers です | |
FormatFile | 種類は FormatFile です | |
KeepIdentity | 種類は KeepIdentity です | |
KeepNulls | 種類は KeepNulls です | |
KilobytesPerBatch | 種類は KilobytesPerBatch です | |
LastRow | 種類は LastRow です | |
MaxErrors | 種類は MaxErrors です | |
RowsPerBatch | 種類は RowsPerBatch です | |
RowTerminator | 種類は RowTerminator です | |
TabLock | 種類は TabLock です | |
ErrorFile | 種類は ErrorFile です | |
NoTriggers | 種類は NoTriggers です | |
SingleBlob | 種類は SingleBlob です | |
SingleClob | 種類は SingleClob です | |
SingleNClob | 種類は SingleNClob です |