Compartir a través de


ExecutePackageTaskClass Miembros

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

El tipo ExecutePackageTaskClass expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ExecutePackageTaskClass Initializes a new instance of the ExecutePackageTask class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método publico InterfaceSupportsErrorInfo Infraestructura.
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

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 VersionID Gets or sets the version identifier of the child package to be executed by the ExecutePackageTask.

Principio