Compartir a través de


Interfaz IDTSBulkInsertTask

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Defines the properties and methods for the Bulk Insert task.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Ensamblado:  Microsoft.SqlServer.BulkInsertTask (en Microsoft.SqlServer.BulkInsertTask.dll)

Sintaxis

'Declaración
Public Interface IDTSBulkInsertTask
'Uso
Dim instance As IDTSBulkInsertTask
public interface IDTSBulkInsertTask
public interface class IDTSBulkInsertTask
type IDTSBulkInsertTask =  interface end
public interface IDTSBulkInsertTask

El tipo IDTSBulkInsertTask expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública BatchSize Infraestructura. Gets or sets the number of rows in each batch.
Propiedad pública CheckConstraints Infraestructura. Gets or sets a value that indicates whether you want to enforce table and column check constraints.
Propiedad pública CodePage Infraestructura. Gets or sets the code page of the data in the data file.
Propiedad pública DataFileType Infraestructura. Gets or sets a value from the DTSBulkInsert_DataFileType enumeration that indicates the data-type value to use in the load operation.
Propiedad pública DestinationConnection Infraestructura. Gets or sets the name of the destination connection object.
Propiedad pública DestinationTableName Infraestructura. Gets or sets the name of the destination table or view.
Propiedad pública FieldTerminator Infraestructura. Gets or sets the field terminator for use in char and widechar data files.
Propiedad pública FireTriggers Infraestructura. Gets or sets a value that indicates whether the insert triggers should be executed on the table during the operation.
Propiedad pública FirstRow Infraestructura. Gets or sets the first row from which to start copying.
Propiedad pública FormatFile Infraestructura. Gets or sets the full path of a format file.
Propiedad pública KeepIdentity Infraestructura. Gets or sets a value that specifies how identity value or values in the imported data file are used for the identity column.
Propiedad pública KeepNulls Infraestructura. Gets or sets a value that indicates whether empty columns should retain a nulles una referencia NULL (Nothing en Visual Basic). value during the bulk load operation, or insert default values into the columns.
Propiedad pública LastRow Infraestructura. Gets or sets the number of the last row to copy.
Propiedad pública MaximumErrors Infraestructura. Gets or sets the maximum number of errors that can occur before the bulk insert operation fails.
Propiedad pública RowTerminator Infraestructura. Gets or sets the row terminator for use in char and widechar data files.
Propiedad pública SortedData Infraestructura. Gets or sets the Order by clause in the bulk insert statement.
Propiedad pública SourceConnection Infraestructura. Gets or sets the name of the source connection object.
Propiedad pública TableLock Infraestructura. Gets or sets a value that indicates whether the table is locked during the bulk insert operation.
Propiedad pública UseFormatFile Infraestructura. Gets or sets a value that indicates whether the Bulk Insert task uses a format file.

Arriba

Comentarios

For more information, see BulkInsertTask.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.BulkInsertTask