Partilhar via


Propriedade do RDL IDTSExecutePackage100.ExecuteOutOfProcess

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

IDTSExecutePackage100 Interface

Namespace Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask