Freigeben über


DacDeployOptions.BlockOnPossibleDataLoss Eigenschaft

Definition

Gibt mit einem booleschen Wert an, ob die Bereitstellung beendet werden soll, wenn der Vorgang zu einem Datenverlust führen kann.

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

Eigenschaftswert

"True", wenn die Bereitstellung bei Erkennen eines möglichen Datenverlusts beendet werden soll; andernfalls "false". Der Standardwert ist "true".

Attribute

Gilt für: