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.

命名空间: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
程序集: Microsoft.SqlServer.ExecPackageTaskWrap (in microsoft.sqlserver.execpackagetaskwrap.dll)

语法

声明
<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# 支持显式接口实现的使用,但不支持新接口实现的声明。
JScript 支持显式接口实现的使用,但不支持新接口实现的声明。

属性值

true if the child package should run in a separate process from the ExecutePackageTask; otherwise false. The default value is false.

备注

已更新的文本:2005 年 12 月 5 日

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 使用安装程序安装 SQL Server Integration Services.

线程安全

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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

ExecutePackageTaskClass Class
ExecutePackageTaskClass Members
Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask Namespace