System.Data 2.0.0.0 System.EventArgs To be added. Represents the set of arguments passed to the . Constructor The value in the parameter is reset on each call to any one of the SqlBulkCopy.WriteToServer methods. Creates a new instance of the object. An that indicates the number of rows copied during the current bulk copy operation. 2.0.0.0 Property System.Boolean To be added. Use the property to cancel a bulk copy operation. Set to true to abort the bulk copy operation. If you call the Close method from , an exception is generated, and the object state does not change. If an application specifically creates a object in the constructor, the transaction is not rolled back. The application is responsible for determining whether it is required to rollback the operation, and if so, it must call the method. If the application does not create a transaction, the internal transaction corresponding to the current batch is automatically rolled back. However, changes related to previous batches within the bulk copy operation are retained, because the transactions for them already have been committed. Gets or sets a value that indicates whether the bulk copy operation should be aborted. 2.0.0.0 Property System.Int64 To be added. The value in the property is reset on each call to any of the SqlBulkCopy.WriteToServer methods. Gets a value that returns the number of rows copied during the current bulk copy operation. 2.0.0.0