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。

属性

适用于