Lets you efficiently bulk load a SQL Server table with data from another source.
The SqlBulkCopy type exposes the following members.
Top
Top
|
| Name | Description |
|---|
.gif) | BatchSize | Number of rows in each batch. At the end of each batch, the rows in the batch are sent to the server. |
.gif) | BulkCopyTimeout | Number of seconds for the operation to complete before it times out. |
.gif) | ColumnMappings | Returns a collection of SqlBulkCopyColumnMapping items. Column mappings define the relationships between columns in the data source and columns in the destination. |
.gif) | DestinationTableName | Name of the destination table on the server. |
.gif) | NotifyAfter | Defines the number of rows to be processed before generating a notification event. |
Top
|
| Name | Description |
|---|
.gif) | SqlRowsCopied | Occurs every time that the number of rows specified by the NotifyAfter property have been processed. |
Top
Explicit Interface Implementations
Top
Reference