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.
Gets or sets a value indicating whether the child package to be executed by the ExecutePackageTask should be executed in the same process as the ExecutePackageTask.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
Public Overridable Default Property ExecuteOutOfProcess As Boolean
Get
Set
'Usage
Dim instance As ExecutePackageTaskClass
Dim value As Boolean
value = instance
instance = value
public virtual bool this { get; set; }
public:
virtual property bool default {
bool get ();
void set (bool value);
}
abstract ExecuteOutOfProcess : bool with get, set
override ExecuteOutOfProcess : bool with get, set
function get ExecuteOutOfProcess () : boolean
function set ExecuteOutOfProcess (value : boolean)
Eigenschaftswert
Typ: System.Boolean
true if the child package should run in a separate process from the ExecutePackageTask; otherwise, false. The default value is false.
Implementiert
IDTSExecutePackage100.ExecuteOutOfProcess
Hinweise
If set to false, the package invoked by the ExecutePackageTask runs in the same process. If set to false, you cannot debug the package in a tools-only install, you must install the Integration Services product. For more information, see Installieren von Integration Services.