IDTSManagedTask Interface
Defines an interface implemented on task classes to identify the class as a managed task.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
語法
'宣告
<GuidAttribute("728190BE-DB8D-4a64-A0C1-A4DA1688F73B")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)> _
Public Interface IDTSManagedTask
[GuidAttribute("728190BE-DB8D-4a64-A0C1-A4DA1688F73B")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
public interface IDTSManagedTask
[GuidAttribute(L"728190BE-DB8D-4a64-A0C1-A4DA1688F73B")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIDispatch)]
public interface class IDTSManagedTask
/** @attribute GuidAttribute("728190BE-DB8D-4a64-A0C1-A4DA1688F73B") */
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch) */
public interface IDTSManagedTask
GuidAttribute("728190BE-DB8D-4a64-A0C1-A4DA1688F73B")
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)
public interface IDTSManagedTask
備註
Implemented by the Task class.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
IDTSManagedTask Members
Microsoft.SqlServer.Dts.Runtime Namespace