Share via


ExecutePackageTaskClass Members

Include Protected Members
Include Inherited Members

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

The ExecutePackageTaskClass type exposes the following members.

Constructors

  Name Description
Public method ExecutePackageTaskClass() Initializes a new instance of the ExecutePackageTask class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Public method InterfaceSupportsErrorInfo(Guid%) Infrastructure.
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Connection Gets or sets the name of the connection used by the ExecutePackageTask.
Public property 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.
Public property PackageID Gets or sets the identifier of the child package to be executed by the ExecutePackageTask.
Public property PackageName Gets or sets the name of the child package to be executed by the ExecutePackageTask.
Public property PackagePassword Sets the password of the child package to be executed by the ExecutePackageTask.
Public property VersionID Gets or sets the version identifier of the child package to be executed by the ExecutePackageTask.

Top