共用方式為


DacDeployOptions.UnmodifiableObjectWarnings 屬性

定義

取得或設定布林值,指定在找不到無法修改的物件中發現差異時,是否應該產生警告,例如,如果檔案的檔案大小或檔案路徑不同。

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

屬性值

True 表示產生警告;否則為 false。 預設值為 true。

屬性

適用於