Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines an interface implemented on task classes to identify the class as a managed task.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax
'Declaration
<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
Remarks
Implemented by the Task class.
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
IDTSManagedTask Members
Microsoft.SqlServer.Dts.Runtime Namespace