Interfaccia IDTSBulkInsertTask

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Defines the properties and methods for the Bulk Insert task.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly:  Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)

Sintassi

'Dichiarazione
Public Interface IDTSBulkInsertTask
'Utilizzo
Dim instance As IDTSBulkInsertTask
public interface IDTSBulkInsertTask
public interface class IDTSBulkInsertTask
type IDTSBulkInsertTask =  interface end
public interface IDTSBulkInsertTask

Nel tipo IDTSBulkInsertTask sono esposti i membri seguenti.

Proprietà

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

In alto

Osservazioni

For more information, see BulkInsertTask.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.BulkInsertTask