Share via


IDTSBulkInsertTask.BatchSize 属性

定义

获取或设置每批的行数。

public:
 property long BatchSize { long get(); void set(long value); };
public long BatchSize { get; set; }
member this.BatchSize : int64 with get, set
Public Property BatchSize As Long

属性值

一个 Long 值,该值指示每批中的行数。

注解

有关详细信息,请参阅 BulkInsertTask

适用于