Freigeben über


IDTSBulkInsertTask-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Defines the properties and methods for the Bulk Insert task.

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

Der IDTSBulkInsertTask-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Hinweise

For more information, see BulkInsertTask.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.BulkInsertTask-Namespace