Condividi tramite


DacDeployOptions.IgnoreWithNocheckOnForeignKeys Proprietà

Definizione

Ottenere o impostare boolean che specifica se escludere l'opzione CHECK|NO CHECK di una CHIAVE ESTERNA
oggetto vincolo da prendere in considerazione durante il confronto tra il modello di origine e di destinazione.

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

Valore della proprietà

True per ignorare l'opzione CHECK|NO CHECK di un oggetto vincolo FOREIGN KEY, altrimenti false. L'impostazione predefinita è false.

Attributi

Si applica a