BulkCopy Object

Description

A BulkCopy object contains complete information for a bulk copy of data out of a Table or View into a file or out of a file into a Table. For example, create a new BulkCopy object; set the properties to the appropriate values; then pass the BulkCopy object to the ImportData or ExportData method of the Table object or to the View.ExportData method.