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

특성

적용 대상