다음을 통해 공유


DacDeployOptions.IgnoreWithNocheckOnForeignKeys 속성

정의

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

속성 값

FOREIGN KEY 제약 조건 개체의 CHECK|NO CHECK 옵션을 무시하려면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

적용 대상