Contains the members used to configure and run an Execute Package task, which runs other SQL Server 2005 packages.
命名空间: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
程序集: Microsoft.SqlServer.ExecPackageTaskWrap (in microsoft.sqlserver.execpackagetaskwrap.dll)
语法
声明
<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
备注
For more information about the features of this task, see 执行包任务.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ExecutePackageTaskClass
线程安全
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.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
ExecutePackageTaskClass Members
Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask Namespace