Lenguaje

DacDeployOptions.IgnoreWithNocheckOnForeignKeys Propiedad

Definición

Obtener o establecer 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 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

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

Atributos

Se aplica a