DacDeployOptions.IgnoreWithNocheckOnCheckConstraints 属性

定义

获取或设置布尔值,该值指定在比较源模型和目标模型时是否不考虑 CHECK 约束对象的 CHECK|NO CHECK 选项。

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

属性值

如果忽略 CHECK 约束对象的 CHECK|NO CHECK 选项,则为 true;否则为 false。 默认值为 false。

属性

适用于