DacDeployOptions.DropConstraintsNotInSource 属性

定义

获取或设置一个布尔值,用于指定是否删除源模型中不存在的所有约束。

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

属性值

若要删除源模型中不存在的约束,则为 true;否则为 false。 默认为 true。

属性

注解

这适用于检查、默认值、外键、主键和唯一约束。

适用于