IDTSBulkInsertTask.BatchSize Property

Definition

Gets or sets the number of rows in each batch.

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

Property Value

A Long that indicates the number of rows in each batch.

Remarks

For more information, see BulkInsertTask.

Applies to