다음을 통해 공유


DacDeployOptions.RunDeploymentPlanExecutors 속성

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)

속성 값

유형: System.Boolean

참고 항목

참조

DacDeployOptions 클래스

Microsoft.SqlServer.Dac 네임스페이스