BulkCopy Object
この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションは修正することを検討してください。
The BulkCopy object represents the parameters of a single bulk copy command issued against a Microsoft SQL Server database.
Properties
|
Methods
Events
解説
The BulkCopy object is used as a parameter to the ImportData method of the Table object and the ExportData method of the Table and View objects.
With the BulkCopy object, you can:
- Specify format values for the data file used for bulk copy operations.
- Set bulk copy command parameters, such as error file name and maximum number of errors to allow before stopping.
- Stop an in-process bulk copy.
- Respond to bulk copy events to report the number of rows processed or the percent complete.
メモ : |
---|
The BulkCopy object is compatible with instances of SQL Server version 7.0 and later. However, the BulkCopy2 object extends the functionality of the BulkCopy object for use with features that were added in SQL Server 2000. |
参照
関連項目
BulkCopy2 Object
ExportData Method
ImportData Method