다음을 통해 공유


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입니다.

특성

설명

이것은 검사, 기본, 외래 키, 기본 키 및 고유한 제약 조건에 적용됩니다.

적용 대상