DacDeployOptions.GenerateSmartDefaults プロパティ

定義

NULL 以外の値に制限されているとき、NULL 列に挿入する既定値を生成するかどうかを指定するブール値を取得または設定します。

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

プロパティ値

既定値を生成する必要がある場合は true、それ以外の場合は false です。 既定値は false です。

属性

注釈

これを利用して、既存のテーブルに対し、新しい NOT NULL 列をデータと共に追加することができます。

適用対象