DacDeployOptions.RunDeploymentPlanExecutors Property

Definition

Specifies whether DeploymentPlanExecutor contributors should be run when other operations are executed. Default is false.

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

Property Value

Attributes

Applies to