Share via


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 (検証をスキップします)。 既定値は true です。

属性

適用対象