共用方式為


IDTSExecutePackage100.ExecuteOutOfProcess 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets a value that indicates whether the child package should run in a separate process from the ExecutePackageTask.

命名空間:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
組件:  Microsoft.SqlServer.ExecPackageTaskWrap (在 Microsoft.SqlServer.ExecPackageTaskWrap.dll 中)

語法

'宣告
Default Property ExecuteOutOfProcess As Boolean 
    Get 
    Set
'用途
Dim instance As IDTSExecutePackage100 
Dim value As Boolean 

value = instance

instance = value
bool this { get; set; }
property bool default {
    bool get ();
    void set (bool value);
}
abstract 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 介面

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask 命名空間