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.

Syntax

SqlBulkCopyOptions UseInternalTransaction

Requirements

Namespace: System.Data.SqlClient
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0