BatchUpgradeOptions.ValidationFailureAsError 属性

定义

获取或设置一个值,该值指定是否将无效的 Integration Services 包视为错误或警告。

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

属性值

一个值,该值指定是否将无效的包作为错误或警告处理。 默认值为 true。

注解

Integration Services 不会保存对目标位置无效的升级包。 该 StorageInfo 类提供有关升级包的目标位置的信息。

适用于