Compartir a través de


ExecuteOutOfProcess Propiedad

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

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