DacDeployOptions.IgnoreAnsiNulls Propriedade

Definição

Obtenha ou defina o booliano que especifica se a opção ANSI_NULL deve ser excluída da consideração ao comparar o modelo de origem e 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 da propriedade

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

Atributos

Aplica-se a