BulkCopy Object (SQL-DMO)

The BulkCopy object represents the parameters of a single bulk copy command issued against a Microsoft® SQL Server™ database.

Remarks

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:

Methods
Abort Method SetCodePage Method

Events
BatchImported Event RowsCopied Event

Properties
CodePage Property MaximumErrorsBeforeAbort Property
ColumnDelimiter Property RowDelimiter Property
DataFilePath Property ServerBCPDataFileType Property
DataFileType Property ServerBCPKeepIdentity Property
ErrorFilePath Property ServerBCPKeepNulls Property
ExportWideChar Property SuspendIndexing Property
FirstRow Property TruncateLog Property (BulkCopy)
FormatFilePath Property Use6xCompatible Property
ImportRowsPerBatch Property UseBulkCopyOption Property
IncludeIdentityValues Property UseExistingConnection Property
LastRow Property UseServerSideBCP Property
   LogFilePath Property  

See Also
ExportData Method ImportData Method


(c) 1988-98 Microsoft Corporation. All Rights Reserved.