DacDeployOptions.IgnoreComments Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se escludere i commenti dalla considerazione durante il confronto del modello di origine e di destinazione.

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

Valore della proprietà

True per ignorare le differenze nei commenti; in caso contrario, false. Il valore predefinito è false.

Attributi

Si applica a