Megosztás a következőn keresztül:


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
Public property BatchSize Infrastructure.
Public property CheckConstraints Infrastructure.
Public property CodePage Infrastructure.
Public property DataFileType Infrastructure.
Public property DestinationConnection Infrastructure.
Public property DestinationTableName Infrastructure.
Public property FieldTerminator Infrastructure.
Public property FireTriggers Infrastructure.
Public property FirstRow Infrastructure.
Public property FormatFile Infrastructure.
Public property KeepIdentity Infrastructure.
Public property KeepNulls Infrastructure.
Public property LastRow Infrastructure.
Public property MaximumErrors Infrastructure.
Public property RowTerminator Infrastructure.
Public property SortedData Infrastructure.
Public property SourceConnection Infrastructure.
Public property TableLock Infrastructure.
Public property UseFormatFile Infrastructure.

Top