Contains the members used to configure and run an Execute Package task, which runs other SQL Server 2005 packages.
The following tables list the members exposed by the ExecutePackageTaskClass type.
Public Constructors
| 名称 | Description | |
|---|---|---|
| ExecutePackageTaskClass | Initializes a new instance of the ExecutePackageTask class. | 
顶部
Public Properties
| 名称 | Description | |
|---|---|---|
| .gif) | Connection | Gets or sets the name of the connection used by the ExecutePackageTask. | 
| .gif) | 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. | 
| .gif) | PackageID | Gets or sets the identifier of the child package to be executed by the ExecutePackageTask. | 
| .gif) | PackageName | Gets or sets the name of the child package to be executed by the ExecutePackageTask. | 
| .gif) | PackagePassword | Sets the password of the child package to be executed by the ExecutePackageTask. | 
| .gif) | VersionID | Gets or sets the version identifier of the child package to be executed by the ExecutePackageTask. | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) | InterfaceSupportsErrorInfo | |
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | (inherited from Object ) | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
顶部
Explicit Interface Implementations
| 名称 | Description | |
|---|---|---|
| InterfaceSupportsErrorInfo | ||
| 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. | 
顶部
请参阅
参考
ExecutePackageTaskClass Class
Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask Namespace