BatchUpgradeOptions.ContinueOnError Property
Gets or sets the value that specifies whether an error stops the upgrade process for an Integration Services package.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax
'Deklaracja
Public Property ContinueOnError As Boolean
public bool ContinueOnError { get; set; }
public:
property bool ContinueOnError {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ContinueOnError ()
/** @property */
public void set_ContinueOnError (boolean value)
public function get ContinueOnError () : boolean
public function set ContinueOnError (value : 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.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.