次の方法で共有


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 です。

属性

適用対象