DacDeployOptions.VerifyCollationCompatibility Свойство

Определение

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

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

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

Значение true, чтобы продолжить, если ошибки создаются во время проверки плана; в противном случае значение false. Значение по умолчанию: true.

Атрибуты

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