DacDeployOptions.GenerateSmartDefaults プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 列をデータと共に追加することができます。