다음을 통해 공유


DacDeployOptions.BlockOnPossibleDataLoss 속성

정의

작업이 데이터 손실을 일으킬 때 배포를 중지할지 여부를 지정하는 부울 값을 가져오거나 설정합니다.

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

속성 값

데이터 손실이 탐지된 경우 배포를 중지하려면 true이고, 그렇지않으면 false입니다. 기본값은 true입니다.

특성

적용 대상