Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Specifies the bulk insert option kind.
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
Public Enumeration BulkInsertOptionKind
'Применение
Dim instance As BulkInsertOptionKind
public enum BulkInsertOptionKind
public enum class BulkInsertOptionKind
type BulkInsertOptionKind
public enum BulkInsertOptionKind
Элементы
| Имя элемента | Описание | |
|---|---|---|
| BatchSize | The kind is BatchSize. | |
| CheckConstraints | The kind is CheckConstraints. | |
| CodePage | The kind is CodePage. | |
| DataFileType | The kind is DataFileType. | |
| ErrorFile | The kind is ErrorFile. | |
| FieldTerminator | The kind is FieldTerminator. | |
| FireTriggers | The kind is FireTriggers. | |
| FirstRow | The kind is FirstRow. | |
| FormatFile | The kind is FormatFile. | |
| KeepIdentity | The kind is KeepIdentity. | |
| KeepNulls | The kind is KeepNulls. | |
| KilobytesPerBatch | The kind is KilobytesPerBatch. | |
| LastRow | The kind is LastRow. | |
| MaxErrors | The kind is MaxErrors. | |
| None | The kind is None. | |
| NoTriggers | The kind is NoTriggers. | |
| Order | The kind is Order. | |
| RowsPerBatch | The kind is RowsPerBatch. | |
| RowTerminator | The kind is RowTerminator. | |
| SingleBlob | The kind is SingleBlob. | |
| SingleClob | The kind is SingleClob. | |
| SingleNClob | The kind is SingleNClob. | |
| TabLock | The kind is TabLock. |