BatchUpgradeOptions.ValidationFailureAsError 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指定是否要將 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類別提供升級封裝之目的地位置的相關資訊。