Свойство 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