BatchUpgradeOptions.ValidationFailureAsError Property

Definition

Gets or sets the value that specifies whether to treat Integration Services packages that are not valid as errors or warnings.

public:
 property bool ValidationFailureAsError { bool get(); void set(bool value); };
public bool ValidationFailureAsError { get; set; }
member this.ValidationFailureAsError : bool with get, set
Public Property ValidationFailureAsError As Boolean

Property Value

A value that specifies whether to treat packages that are not valid as errors or warnings. The default value is true.

Remarks

Integration Services does not save upgraded packages that are not valid to the destination location. The StorageInfo class provides information about the destination location for upgraded packages.

Applies to