Partager via


Interface IDTSBulkInsertTask

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Defines the properties and methods for the Bulk Insert task.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly :  Microsoft.SqlServer.BulkInsertTask (en Microsoft.SqlServer.BulkInsertTask.dll)

Syntaxe

'Déclaration
Public Interface IDTSBulkInsertTask
'Utilisation
Dim instance As IDTSBulkInsertTask
public interface IDTSBulkInsertTask
public interface class IDTSBulkInsertTask
type IDTSBulkInsertTask =  interface end
public interface IDTSBulkInsertTask

Le type IDTSBulkInsertTask expose les membres suivants.

Propriétés

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

Haut de la page

Notes

For more information, see BulkInsertTask.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.BulkInsertTask