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類別提供升級封裝之目的地位置的相關資訊。

適用於