DacDeployOptions.DropConstraintsNotInSource Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se eliminare tutti i vincoli che non esistono nel modello di origine.

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

Valore della proprietà

True per eliminare i vincoli non nel modello di origine; in caso contrario, false. Il valore predefinito è vero.

Attributi

Commenti

Questo vale per i vincoli check, default, foreign key, primary key e unique.

Si applica a