Compartir a través de


DacDeployOptions.IgnoreAnsiNulls Propiedad

Definición

Obtiene o establece un valor booleano que especifica si se debe dejar de tener en cuenta la opción ANSI_NULL al comparar los modelos de origen y de destino.

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

Valor de propiedad

True si se van a omitir las diferencias en la opción ANSI_NULL; de lo contrario, false. El valor predeterminado es False.

Atributos

Se aplica a