Transfer.BatchSize 属性

定义

每批 SqlBulkCopy 中的行数。 在每批结束时,会将批中的行发送到服务器。

public int BatchSize { get; set; }
member this.BatchSize : int with get, set
Public Property BatchSize As Integer

属性值

适用于