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