Partager via


Propriété IDTSExecutePackage100.ExecuteOutOfProcess

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly :  Microsoft.SqlServer.ExecPackageTaskWrap (en Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Syntaxe

'Déclaration
Default Property ExecuteOutOfProcess As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

IDTSExecutePackage100 Interface

Espace de noms Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask