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

属性值

Boolean

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

注解

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

适用于