BatchUpgradeOptions.ContinueOnError 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 value that specifies whether an error stops the upgrade process for an Integration Services package.
public:
property bool ContinueOnError { bool get(); void set(bool value); };
public bool ContinueOnError { get; set; }
member this.ContinueOnError : bool with get, set
Public Property ContinueOnError As Boolean
Property Value
A value that specifies whether an error stops the upgrade process for a package. If the value is false, the upgrade process is stopped. The default value is true.
Remarks
An error occurs when the upgraded packages has the same name as an existing package.