PackageClass.MaximumErrorCount Property

Definition

Gets or sets the maximum number of errors that can occur before the package stops running.

public:
 virtual property int MaximumErrorCount { int get(); void set(int value); };
public virtual int MaximumErrorCount { get; set; }
member this.MaximumErrorCount : int with get, set
Public Overridable Property MaximumErrorCount As Integer

Property Value

The maximum number of errors allowed.

Implements

Remarks

For more information, see Package.

Applies to