System.Data.SqlClient.SqlBulkCopyOptions.UseInternalTransaction Field
When specified, each batch of the bulk-copy operation will occur within a transaction. If you indicate this option and also provide a System.Data.SqlClient.SqlTransaction object to the constructor, an ArgumentException occurs.