IDTSBulkInsertTask Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Defines the properties and methods for the Bulk Insert task.
Assembly: Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)
| Name | Description | |
|---|---|---|
![]() | BatchSize | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the number of rows in each batch. |
![]() | CheckConstraints | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether you want to enforce table and column check constraints. |
![]() | CodePage | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the code page of the data in the data file. |
![]() | DataFileType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value from the DTSBulkInsert_DataFileType enumeration that indicates the data-type value to use in the load operation. |
![]() | DestinationConnection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the destination connection object. |
![]() | DestinationTableName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the destination table or view. |
![]() | FieldTerminator | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the field terminator for use in char and widechar data files. |
![]() | FireTriggers | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the insert triggers should be executed on the table during the operation. |
![]() | FirstRow | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the first row from which to start copying. |
![]() | FormatFile | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the full path of a format file. |
![]() | KeepIdentity | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that specifies how identity value or values in the imported data file are used for the identity column. |
![]() | KeepNulls | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether empty columns should retain a null value during the bulk load operation, or insert default values into the columns. |
![]() | LastRow | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the number of the last row to copy. |
![]() | MaximumErrors | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the maximum number of errors that can occur before the bulk insert operation fails. |
![]() | RowTerminator | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the row terminator for use in char and widechar data files. |
![]() | SortedData | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the Order by clause in the bulk insert statement. |
![]() | SourceConnection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the source connection object. |
![]() | TableLock | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the table is locked during the bulk insert operation. |
![]() | UseFormatFile | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the Bulk Insert task uses a format file. |
For more information, see BulkInsertTask.
