IDTSBulkInsertTask.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.
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.