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 | |
---|---|---|
![]() |
ExecutePackageTaskClass() | Initializes a new instance of the ExecutePackageTask class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
InterfaceSupportsErrorInfo(Guid%) | Infrastructure. |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Connection | Gets or sets the name of the connection used by the ExecutePackageTask. |
![]() |
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. |
![]() |
PackageID | Gets or sets the identifier of the child package to be executed by the ExecutePackageTask. |
![]() |
PackageName | Gets or sets the name of the child package to be executed by the ExecutePackageTask. |
![]() |
PackagePassword | Sets the password of the child package to be executed by the ExecutePackageTask. |
![]() |
VersionID | Gets or sets the version identifier of the child package to be executed by the ExecutePackageTask. |
Top