Specifies whether DeploymentPlanExecutor contributors should be run when other operations are executed. Default is false.
命名空間: Microsoft.SqlServer.Dac
組件: Microsoft.SqlServer.Dac (在 Microsoft.SqlServer.Dac.dll 中)
語法
'宣告
Public Property RunDeploymentPlanExecutors As Boolean
Get
Set
'用途
Dim instance As DacDeployOptions
Dim value As Boolean
value = instance.RunDeploymentPlanExecutors
instance.RunDeploymentPlanExecutors = value
public bool RunDeploymentPlanExecutors { get; set; }
public:
property bool RunDeploymentPlanExecutors {
bool get ();
void set (bool value);
}
member RunDeploymentPlanExecutors : bool with get, set
function get RunDeploymentPlanExecutors () : boolean
function set RunDeploymentPlanExecutors (value : boolean)