Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Ensamblado: Microsoft.SqlServer.ExecPackageTaskWrap (in microsoft.sqlserver.execpackagetaskwrap.dll)
Sintaxis
'Declaración
<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# permite el uso de implementaciones de interfaz explícita, pero no la declaración de otras nuevas.
JScript permite el uso de implementaciones de interfaz explícita, pero no la declaración de otras nuevas.
Valor de propiedad
true if the child package should run in a separate process from the ExecutePackageTask; otherwise false. The default value is false.
Notas
Texto actualizado:5 de diciembre de 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 Instalar SQL Server Integration Services con el programa de instalación.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
ExecutePackageTaskClass Class
ExecutePackageTaskClass Members
Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask Namespace