DacDeployOptions.IgnoreComments Property

Definition

Get or set boolean that specifies whether to exclude comments from consideration when comparing the source and target model.

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

Property Value

True to ignore differences in comments; otherwise, false. Default is false.

Attributes

Applies to