IDTSBulkInsertTask.MaximumErrors Property

Definition

Gets or sets the maximum number of errors that can occur before the bulk insert operation fails.

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

Property Value

A Long that indicates the maximum number of errors that can occur before the bulk load operation fails.

Remarks

For more information, see BulkInsertTask.

Applies to