DacDeployOptions.ScriptNewConstraintValidation プロパティ

定義

すべての変更が適用された後に制約を検証するかどうかを指定するブール値を取得または設定します。

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

プロパティ値

Check 制約を検証する場合は True。それ以外の場合は false。 既定値は True です。

属性

注釈

制約は常に NOCHECK オプションで追加されます。その結果、作成時に検証がスキップされます。

適用対象