Compartilhar via


Propriedade do RDL BatchUpgradeOptions.ContinueOnError

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 (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Property ContinueOnError As Boolean 
    Get 
    Set
'Uso
Dim instance As BatchUpgradeOptions 
Dim value As Boolean 

value = instance.ContinueOnError

instance.ContinueOnError = value
public bool ContinueOnError { get; set; }
public:
property bool ContinueOnError {
    bool get ();
    void set (bool value);
}
member ContinueOnError : bool with get, set
function get ContinueOnError () : boolean 
function set ContinueOnError (value : boolean)

Valor da propriedade

Tipo: System.Boolean
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.

Comentários

An error occurs when the upgraded packages has the same name as an existing package.

Consulte também

Referência

BatchUpgradeOptions Classe

Namespace Microsoft.SqlServer.Dts.Runtime