Compartir a través de


DacDeployOptions.IgnoreWithNocheckOnForeignKeys Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se va a excluir la opción CHECK|NO CHECK de una CLAVE EXTERNA.
objeto de restricción que se debe tener en cuenta al comparar el modelo de origen y de destino.

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

Valor de propiedad

Es true para omitir la opción CHECK|NO CHECK de un objeto de restricción FOREIGN KEY; de lo contrario, es false. El valor predeterminado es False.

Atributos

Se aplica a