Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets a value indicating whether the child package to be executed by the ExecutePackageTask should be executed in the same process as the ExecutePackageTask.
Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly : Microsoft.SqlServer.ExecPackageTaskWrap (in microsoft.sqlserver.execpackagetaskwrap.dll)
Sintassi
'Dichiarazione
<DispIdAttribute(0)> _
Public Overridable Default Property ExecuteOutOfProcess As Boolean Implements IDTSExecutePackage90.ExecuteOutOfProcess
[DispIdAttribute(0)]
public virtual bool IDTSExecutePackage90.this { get; set; }
[DispIdAttribute(0)]
public:
virtual property bool default {
bool get () = IDTSExecutePackage90::default::get;
void set ([InAttribute] bool RetVal) = IDTSExecutePackage90::default::set;
}
J# non supporta la dichiarazione di nuove implementazioni di interfacce esplicite ma ne supporta l'utilizzo.
JScript non supporta la dichiarazione di nuove implementazioni di interfacce esplicite ma ne supporta l'utilizzo.
Valore proprietà
true if the child package should run in a separate process from the ExecutePackageTask; otherwise false. The default value is false.
Osservazioni
Testo aggiornato:5 dicembre 2005
If set to false, the package invoked by the ExecutePackageTask runs in the same process. If set to false, you cannot debug the package in a tools-only install, you must install the Integration Services product. For more information, see Installazione di SQL Server Integration Services tramite il programma di installazione.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
ExecutePackageTaskClass Class
ExecutePackageTaskClass Members
Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask Namespace