BatchUpgradeOptions.ValidationFailureAsError 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 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.