BatchUpgradeOptions.ContinueOnError Property

Definition

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.

Applies to