Поделиться через


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.

Атрибуты

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