Partager via


DacDeployOptions.IgnoreAnsiNulls Propriété

Définition

Obtient ou définit une valeur booléenne qui spécifie s’il faut ignorer l’option ANSI_NULL dans la comparaison des modèles source et cible.

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

Valeur de propriété

True pour ignorer les différences dans l’option ANSI_NULL ; sinon, False. La valeur par défaut est false.

Attributs

S’applique à