Transfer.BatchSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Number of rows in each batch of SqlBulkCopy. At the end of each batch, the rows in the batch are sent to the server.
public int BatchSize { get; set; }
member this.BatchSize : int with get, set
Public Property BatchSize As Integer