IDTSContainer100.MaximumErrorCount Property

Definition

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

public:
 property int MaximumErrorCount { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(22)]
public int MaximumErrorCount { [System.Runtime.InteropServices.DispId(22)] get; [System.Runtime.InteropServices.DispId(22)] set; }
[<System.Runtime.InteropServices.DispId(22)>]
[<get: System.Runtime.InteropServices.DispId(22)>]
[<set: System.Runtime.InteropServices.DispId(22)>]
member this.MaximumErrorCount : int with get, set
Public Property MaximumErrorCount As Integer

Property Value

The maximum number of errors allowed.

Attributes

Remarks

For more information, see DtsContainer.

Applies to