다음을 통해 공유


IDTSBulkInsertTask 인터페이스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Defines the properties and methods for the Bulk Insert task.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.BulkInsertTask
어셈블리:  Microsoft.SqlServer.BulkInsertTask(Microsoft.SqlServer.BulkInsertTask.dll)

구문

‘선언
Public Interface IDTSBulkInsertTask
‘사용 방법
Dim instance As IDTSBulkInsertTask
public interface IDTSBulkInsertTask
public interface class IDTSBulkInsertTask
type IDTSBulkInsertTask =  interface end
public interface IDTSBulkInsertTask

IDTSBulkInsertTask 유형에서 다음 멤버를 표시합니다.

속성

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

맨 위로 이동

주의

For more information, see BulkInsertTask.

참고 항목

참조

Microsoft.SqlServer.Dts.Tasks.BulkInsertTask 네임스페이스