DacDeployOptions.IgnoreIncrement プロパティ

定義

ソース モデルとターゲット モデルを比較するときに、IDENTITY 列の増分値を考慮から除外するかどうかを指定するブール値を取得または設定します。

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

プロパティ値

TRUE を指定すると、IDENTITY 列の増分値の差が無視されます。それ以外の場合は false。 既定値は falseです。

属性

適用対象