Partilhar via


Membros ExecutePackageTaskClass

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

O tipo ExecutePackageTaskClass expõe os seguintes membros.

Construtores

  Nome Descrição
Método público ExecutePackageTaskClass Initializes a new instance of the ExecutePackageTask class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público InterfaceSupportsErrorInfo Infraestrutura.
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública Connection Gets or sets the name of the connection used by the ExecutePackageTask.
Propriedade 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.
Propriedade pública PackageID Gets or sets the identifier of the child package to be executed by the ExecutePackageTask.
Propriedade pública PackageName Gets or sets the name of the child package to be executed by the ExecutePackageTask.
Propriedade pública PackagePassword Sets the password of the child package to be executed by the ExecutePackageTask.
Propriedade pública VersionID Gets or sets the version identifier of the child package to be executed by the ExecutePackageTask.

Início