DacDeployOptions.VerifyDeployment プロパティ

定義

プラン検証フェーズを実行するかどうかを指定するブール値を取得または設定します。

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

プロパティ値

True プランの検証を実行します。それ以外の場合は false。スキップする場合は false。 既定値は True です。

属性

適用対象