DacDeployOptions.BlockOnPossibleDataLoss Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se la distribuzione deve essere interrotta se l'operazione potrebbe causare 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 se possibile perdita di dati, se rilevata; in caso contrario, false. Il valore predefinito è vero.

Attributi

Si applica a