DacDeployOptions.IgnoreComments Свойство

Определение

Возвращает или задает логическое значение, указывающее, следует ли исключить комментарии из рассмотрения при сравнении исходной и целевой модели.

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

Значение свойства

Значение true, чтобы игнорировать различия в комментариях; в противном случае значение false. По умолчанию — false.

Атрибуты

Применяется к