Compartir a través de


Clase ExecutePackageTaskClass

Contains the members used to configure and run an Execute Package task, which runs other Integration Services packages.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ExecutePackageTaskClass

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Ensamblado:  Microsoft.SqlServer.ExecPackageTaskWrap (en Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("1911A4FE-2D38-4A18-8F20-10F605F4AA15")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class ExecutePackageTaskClass _
    Implements ExecutePackageTask, IDTSExecutePackage100, ISupportErrorInfo
'Uso
Dim instance As ExecutePackageTaskClass
[GuidAttribute("1911A4FE-2D38-4A18-8F20-10F605F4AA15")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class ExecutePackageTaskClass : ExecutePackageTask, 
    IDTSExecutePackage100, ISupportErrorInfo
[GuidAttribute(L"1911A4FE-2D38-4A18-8F20-10F605F4AA15")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class ExecutePackageTaskClass : ExecutePackageTask, 
    IDTSExecutePackage100, ISupportErrorInfo
[<GuidAttribute("1911A4FE-2D38-4A18-8F20-10F605F4AA15")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type ExecutePackageTaskClass =  
    class 
        interface ExecutePackageTask 
        interface IDTSExecutePackage100 
        interface ISupportErrorInfo 
    end
public class ExecutePackageTaskClass implements ExecutePackageTask, IDTSExecutePackage100, ISupportErrorInfo

El tipo ExecutePackageTaskClass expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ExecutePackageTaskClass Initializes a new instance of the ExecutePackageTaskClass class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Connection Gets or sets the name of the connection used by the ExecutePackageTask.
Propiedad pública ExecuteOutOfProcess 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.
Propiedad pública PackageID Gets or sets the identifier of the child package to be executed by the ExecutePackageTask.
Propiedad pública PackageName Gets or sets the name of the child package to be executed by the ExecutePackageTask.
Propiedad pública PackagePassword Sets the password of the child package to be executed by the ExecutePackageTask.
Propiedad pública ParameterAssignments Gets the IDTS parameter assignments.
Propiedad pública UseProjectReference Gets or sets a value indicating whether the ExecutePackageTaskClass uses project reference.
Propiedad pública VersionID Gets or sets the version identifier of the child package to be executed by the ExecutePackageTask.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público InterfaceSupportsErrorInfo Infraestructura. Specifies that an interface on the object supports the error information.
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

For more information about the features of this task, see Tarea Ejecutar paquete.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask