Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取或设置每个批处理中的行数。
Public Property BatchSize As Integer
public int BatchSize {get;set;}
每个批处理结束时,该批处理中的行将发送到服务器。
每个批处理中的行数。缺省值为 0。
将此属性设置为零会使所有行都通过一个批处理进行发送。
将它设置为小于零是错误的。
如果在批处理执行期间更改了此值,当前批处理仍将使用更改前的值完成,但所有后续批处理都将使用新值。