DacDeployOptions.IgnoreColumnOrder 属性

定义

获取或设置布尔值,指定在比较源模型和目标模型时,是否考虑表中列的顺序。

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

属性值

如果为 True,则忽略列顺序的差异;否则为 false。 默认值为 false。

属性

适用于