Bagikan melalui


IDTSExecutePackage100.ExecuteOutOfProcess Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly:  Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Syntax

'Declaration
Default Property ExecuteOutOfProcess As Boolean
    Get
    Set
'Usage
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)

Property Value

Type: System.Boolean