IDTSContainer100.MaximumErrorCount 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 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.