Condividi tramite


DacDeployOptions.IgnoreComments Proprietà

Definizione

Ottiene o imposta un valore booleano che specifica se escludere i commenti dalla considerazione durante il confronto dei modelli di origine e 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. L'impostazione predefinita è false.

Attributi

Si applica a