Partager via


DacDeployOptions.IgnoreWhitespace Propriété

Définition

Obtient ou définit une valeur booléenne précisant s’il faut ignorer l’espace blanc lors de la comparaison des modèles source et cible.

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

Valeur de propriété

True pour ignorer les différences d’espace blanc ; sinon, False. La valeur par défaut est true.

Attributs

S’applique à