Compartilhar via


Interface IDTSBulkInsertTask

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Defines the properties and methods for the Bulk Insert task.

Namespace:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly:  Microsoft.SqlServer.BulkInsertTask (em Microsoft.SqlServer.BulkInsertTask.dll)

Sintaxe

'Declaração
Public Interface IDTSBulkInsertTask
'Uso
Dim instance As IDTSBulkInsertTask
public interface IDTSBulkInsertTask
public interface class IDTSBulkInsertTask
type IDTSBulkInsertTask =  interface end
public interface IDTSBulkInsertTask

O tipo IDTSBulkInsertTask expõe os membros a seguir.

Propriedades

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

Início

Comentários

For more information, see BulkInsertTask.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.BulkInsertTask