DacDeployOptions.IgnoreColumnCollation 属性

定义

获取或设置布尔值,该值指定在比较源模型和目标模型时是否不考虑排序规则说明符。

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

属性值

如果要忽略排序规则说明符差异,则为 true,否则为 false。 默认值为 false。

属性

适用于