Condividi tramite


Proprietà IDTSExecutePackage100.ExecuteOutOfProcess

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly:  Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

IDTSExecutePackage100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask