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
'Usage
Dim instance As 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
[<GuidAttribute("728190BE-DB8D-4a64-A0C1-A4DA1688F73B")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>]
type IDTSManagedTask = interface end
public interface IDTSManagedTask
Remarks
Implemented by the Task class.