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


DacDeployOptions.IgnoreQuotedIdentifiers Свойство

Определение

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

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

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

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

Атрибуты

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