Partilhar via


DacDeployOptions.IgnoreWithNocheckOnForeignKeys Propriedade

Definição

Obter ou definir booliano que especifica se a opção CHECK|NO CHECK deve ser excluída de uma FOREIGN KEY
objeto de restrição de consideração ao comparar o modelo de origem e 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 da propriedade

True para ignorar a opção CHECK|NO CHECK de um objeto de restrição FOREIGN KEY; caso contrário, false. O padrão é false.

Atributos

Aplica-se a