共用方式為


DacDeployOptions.TreatVerificationErrorsAsWarnings 屬性

定義

取得或設定布林值,指定是否要將發行驗證期間發生的錯誤視為警告。 系統會先針對產生的部署計畫執行檢查,之後再針對目標資料庫執行計畫。 計畫驗證會偵測出遺漏僅限於目標的物件 (例如索引) 這類必須卸除後才能進行變更的問題。 驗證也會偵測因為參考複合專案而有相依性 (例如資料表或檢視) 存在,但是卻不存在目標資料庫中的情況。 您可以選擇將驗證錯誤視為警告,以取得所有問題的清單,而不讓發行動作在第一次錯誤時就停止。

public bool TreatVerificationErrorsAsWarnings { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "TreatVerificationErrorsAsWarnings")]
public bool TreatVerificationErrorsAsWarnings { get; set; }
member this.TreatVerificationErrorsAsWarnings : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "TreatVerificationErrorsAsWarnings")>]
member this.TreatVerificationErrorsAsWarnings : bool with get, set
Public Property TreatVerificationErrorsAsWarnings As Boolean

屬性值

True 是表示 將錯誤視為警告;否則為 false。 預設值為 false。

屬性

適用於