DacDeployOptions.IgnoreWithNocheckOnForeignKeys 属性

定义

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

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

属性值

若要忽略 FOREIGN KEY 约束对象的 CHECK|NO CHECK 选项,则为 true;否则为 false。 默认值为 false。

属性

适用于