Condividi tramite


DacDeployOptions.BlockOnPossibleDataLoss Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se la distribuzione deve arrestarsi se l'operazione può provocare la perdita di dati.

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

Valore della proprietà

True per arrestare la distribuzione in caso di possibile perdita di dati, altrimenti false. Il valore predefinito è true.

Attributi

Si applica a