다음을 통해 공유


ExecutePackageTaskClass.ExecuteOutOfProcess 속성

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(Microsoft.SqlServer.ExecPackageTaskWrap.dll)

구문

‘선언
Public Overridable Default Property ExecuteOutOfProcess As Boolean 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.Boolean
true if the child package should run in a separate process from the ExecutePackageTask; otherwise, false. The default value is false.

구현

IDTSExecutePackage100.ExecuteOutOfProcess

주의

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 Integration Services 설치.

참고 항목

참조

ExecutePackageTaskClass 클래스

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask 네임스페이스