ExecutePackageTaskClass Class
Contains the members used to configure and run an Execute Package task, which runs other SQL Server 2005 packages.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in microsoft.sqlserver.execpackagetaskwrap.dll)
Syntax
'Declaration
<ClassInterfaceAttribute(0)> _
<TypeLibTypeAttribute(2)> _
<GuidAttribute("8FE4A9F8-D077-436B-9B00-C1EEAEFAFE55")> _
<DefaultMemberAttribute("ExecuteOutOfProcess")> _
Public Class ExecutePackageTaskClass
Implements ExecutePackageTask, IDTSExecutePackage90, ISupportErrorInfo
[ClassInterfaceAttribute(0)]
[TypeLibTypeAttribute(2)]
[GuidAttribute("8FE4A9F8-D077-436B-9B00-C1EEAEFAFE55")]
[DefaultMemberAttribute("ExecuteOutOfProcess")]
public class ExecutePackageTaskClass : ExecutePackageTask, IDTSExecutePackage90, ISupportErrorInfo
[ClassInterfaceAttribute(0)]
[TypeLibTypeAttribute(2)]
[GuidAttribute(L"8FE4A9F8-D077-436B-9B00-C1EEAEFAFE55")]
[DefaultMemberAttribute(L"ExecuteOutOfProcess")]
public ref class ExecutePackageTaskClass : ExecutePackageTask, IDTSExecutePackage90, ISupportErrorInfo
/** @attribute ClassInterfaceAttribute(0) */
/** @attribute TypeLibTypeAttribute(2) */
/** @attribute GuidAttribute("8FE4A9F8-D077-436B-9B00-C1EEAEFAFE55") */
/** @attribute DefaultMemberAttribute("ExecuteOutOfProcess") */
public class ExecutePackageTaskClass implements ExecutePackageTask, IDTSExecutePackage90,
ISupportErrorInfo
ClassInterfaceAttribute(0)
TypeLibTypeAttribute(2)
GuidAttribute("8FE4A9F8-D077-436B-9B00-C1EEAEFAFE55")
DefaultMemberAttribute("ExecuteOutOfProcess")
public class ExecutePackageTaskClass implements ExecutePackageTask, IDTSExecutePackage90,
ISupportErrorInfo
Remarks
For more information about the features of this task, see Execute Package Task.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ExecutePackageTaskClass
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
ExecutePackageTaskClass Members
Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask Namespace