Linguaggio

DacDeployOptions.IgnoreWhitespace Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se escludere gli spazi vuoti dalla considerazione durante il confronto del modello di origine e di 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 di spazio vuoto; in caso contrario, false. Il valore predefinito è vero.

Attributi

Si applica a