ExecutePackageTaskClass.ExecuteOutOfProcess Property
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
<DispIdAttribute(0)> _
Public Overridable Default Property ExecuteOutOfProcess As Boolean Implements IDTSExecutePackage90.ExecuteOutOfProcess
[DispIdAttribute(0)]
public virtual bool IDTSExecutePackage90.this { get; set; }
[DispIdAttribute(0)]
public:
virtual property bool default {
bool get () = IDTSExecutePackage90::default::get;
void set ([InAttribute] bool RetVal) = IDTSExecutePackage90::default::set;
}
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
true if the child package should run in a separate process from the ExecutePackageTask; otherwise false. The default value is false.
Remarks
Updated text:5 December 2005
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 Installing SQL Server Integration Services by Using Setup.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ExecutePackageTaskClass Class
ExecutePackageTaskClass Members
Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask Namespace