DacDeployOptions.IgnoreWithNocheckOnForeignKeys プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
FOREIGN KEY の CHECK|NO CHECK オプションを除外するかどうかを指定するブール値を取得または設定します。
ソースモデルとターゲットモデルを比較する際の考慮事項から制約オブジェクト。
public bool IgnoreWithNocheckOnForeignKeys { get; set; }
[Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreWithNocheckOnForeignKeys")]
public bool IgnoreWithNocheckOnForeignKeys { get; set; }
member this.IgnoreWithNocheckOnForeignKeys : bool with get, set
[<Microsoft.SqlServer.Dac.OptionDescription(typeof(Microsoft.Data.Tools.Schema.Sql.CommandLine.CommandLineResources), "IgnoreWithNocheckOnForeignKeys")>]
member this.IgnoreWithNocheckOnForeignKeys : bool with get, set
Public Property IgnoreWithNocheckOnForeignKeys As Boolean
プロパティ値
TRUE を指定すると、FOREIGN KEY 制約オブジェクトの CHECK|NO CHECK オプションが無視されます。それ以外の場合は false。 既定値は falseです。
- 属性