共用方式為


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。

屬性

備註

這適用於 check、default、foreign key、primary key 和 unique 條件約束。

適用於