Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies whether DeploymentPlanExecutor contributors should be run when other operations are executed. Default is false.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Property RunDeploymentPlanExecutors As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean