Compartir a través de


IDTSExecutePackage100.ExecuteOutOfProcess Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Ensamblado:  Microsoft.SqlServer.ExecPackageTaskWrap (en Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintaxis

'Declaración
Default Property ExecuteOutOfProcess As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

IDTSExecutePackage100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask