Condividi tramite


DacDeployOptions.IgnoreWhitespace Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se escludere gli spazi vuoti dalla considerazione durante il confronto dei modelli di origine e destinazione.

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

Valore della proprietà

True per ignorare le differenze in spazi vuoti, altrimenti false. Il valore predefinito è true.

Attributi

Si applica a