Partilhar via


DacDeployOptions.IgnoreAnsiNulls Propriedade

Definição

Obtém ou define um booliano que especifica se deve-se desconsiderar ou não a opção ANSI_NULL ao comparar os modelos de origem e 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 da propriedade

True para ignorar as diferenças na opção ANSI_NULL; caso contrário, false. O padrão é false.

Atributos

Aplica-se a