IDTSBulkInsertTask Interface
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
Assembly: Microsoft.SqlServer.BulkInsertTask (in Microsoft.SqlServer.BulkInsertTask.dll)
Syntax
'Declaration
Public Interface IDTSBulkInsertTask
'Usage
Dim instance As IDTSBulkInsertTask
public interface IDTSBulkInsertTask
public interface class IDTSBulkInsertTask
type IDTSBulkInsertTask = interface end
public interface IDTSBulkInsertTask
The IDTSBulkInsertTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
BatchSize | Infrastructure. |
![]() |
CheckConstraints | Infrastructure. |
![]() |
CodePage | Infrastructure. |
![]() |
DataFileType | Infrastructure. |
![]() |
DestinationConnection | Infrastructure. |
![]() |
DestinationTableName | Infrastructure. |
![]() |
FieldTerminator | Infrastructure. |
![]() |
FireTriggers | Infrastructure. |
![]() |
FirstRow | Infrastructure. |
![]() |
FormatFile | Infrastructure. |
![]() |
KeepIdentity | Infrastructure. |
![]() |
KeepNulls | Infrastructure. |
![]() |
LastRow | Infrastructure. |
![]() |
MaximumErrors | Infrastructure. |
![]() |
RowTerminator | Infrastructure. |
![]() |
SortedData | Infrastructure. |
![]() |
SourceConnection | Infrastructure. |
![]() |
TableLock | Infrastructure. |
![]() |
UseFormatFile | Infrastructure. |
Top