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 です。

属性

注釈

これは、チェック、既定、外部キー、主キー、および一意の制約に適用されます。

適用対象