共用方式為


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。

屬性

適用於