Интерфейс IDTSBulkInsertTask

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Defines the properties and methods for the Bulk Insert task.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Сборка:  Microsoft.SqlServer.BulkInsertTask (в Microsoft.SqlServer.BulkInsertTask.dll)

Синтаксис

'Декларация
Public Interface IDTSBulkInsertTask
'Применение
Dim instance As IDTSBulkInsertTask
public interface IDTSBulkInsertTask
public interface class IDTSBulkInsertTask
type IDTSBulkInsertTask =  interface end
public interface IDTSBulkInsertTask

Тип IDTSBulkInsertTask обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство BatchSize Инфраструктура. Gets or sets the number of rows in each batch.
Открытое свойство CheckConstraints Инфраструктура. Gets or sets a value that indicates whether you want to enforce table and column check constraints.
Открытое свойство CodePage Инфраструктура. Gets or sets the code page of the data in the data file.
Открытое свойство DataFileType Инфраструктура. Gets or sets a value from the DTSBulkInsert_DataFileType enumeration that indicates the data-type value to use in the load operation.
Открытое свойство DestinationConnection Инфраструктура. Gets or sets the name of the destination connection object.
Открытое свойство DestinationTableName Инфраструктура. Gets or sets the name of the destination table or view.
Открытое свойство FieldTerminator Инфраструктура. Gets or sets the field terminator for use in char and widechar data files.
Открытое свойство FireTriggers Инфраструктура. Gets or sets a value that indicates whether the insert triggers should be executed on the table during the operation.
Открытое свойство FirstRow Инфраструктура. Gets or sets the first row from which to start copying.
Открытое свойство FormatFile Инфраструктура. Gets or sets the full path of a format file.
Открытое свойство KeepIdentity Инфраструктура. Gets or sets a value that specifies how identity value or values in the imported data file are used for the identity column.
Открытое свойство KeepNulls Инфраструктура. Gets or sets a value that indicates whether empty columns should retain a nullпустая ссылка (Nothing в Visual Basic) value during the bulk load operation, or insert default values into the columns.
Открытое свойство LastRow Инфраструктура. Gets or sets the number of the last row to copy.
Открытое свойство MaximumErrors Инфраструктура. Gets or sets the maximum number of errors that can occur before the bulk insert operation fails.
Открытое свойство RowTerminator Инфраструктура. Gets or sets the row terminator for use in char and widechar data files.
Открытое свойство SortedData Инфраструктура. Gets or sets the Order by clause in the bulk insert statement.
Открытое свойство SourceConnection Инфраструктура. Gets or sets the name of the source connection object.
Открытое свойство TableLock Инфраструктура. Gets or sets a value that indicates whether the table is locked during the bulk insert operation.
Открытое свойство UseFormatFile Инфраструктура. Gets or sets a value that indicates whether the Bulk Insert task uses a format file.

В начало

Замечания

For more information, see BulkInsertTask.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Tasks.BulkInsertTask