ExecutePackageTaskClass Members

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

  Name Description
ExecutePackageTaskClass Initializes a new instance of the ExecutePackageTask class.

Top

Public Properties

  Name Description
ms214854.pubproperty(en-US,SQL.90).gif Connection Gets or sets the name of the connection used by the ExecutePackageTask.
ms214854.pubproperty(en-US,SQL.90).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.
ms214854.pubproperty(en-US,SQL.90).gif PackageID Gets or sets the identifier of the child package to be executed by the ExecutePackageTask.
ms214854.pubproperty(en-US,SQL.90).gif PackageName Gets or sets the name of the child package to be executed by the ExecutePackageTask.
ms214854.pubproperty(en-US,SQL.90).gif PackagePassword Sets the password of the child package to be executed by the ExecutePackageTask.
ms214854.pubproperty(en-US,SQL.90).gif VersionID Gets or sets the version identifier of the child package to be executed by the ExecutePackageTask.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms214854.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms214854.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
ms214854.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms214854.pubmethod(en-US,SQL.90).gif InterfaceSupportsErrorInfo  
ms214854.pubmethod(en-US,SQL.90).gifms214854.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms214854.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms214854.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms214854.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

Explicit Interface Implementations

  Name 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.

Top

See Also

Reference

ExecutePackageTaskClass Class
Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask Namespace