DacDeployOptions.ScriptNewConstraintValidation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
すべての変更が適用された後に制約を検証するかどうかを指定するブール値を取得または設定します。
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 オプションで追加されます。その結果、作成時に検証がスキップされます。