IDTSManagedTask Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an interface implemented on task classes to identify the class as a managed task.
public interface class IDTSManagedTask
[System.Runtime.InteropServices.Guid("728190BE-DB8D-4a64-A0C1-A4DA1688F73B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIDispatch)]
public interface IDTSManagedTask
[<System.Runtime.InteropServices.Guid("728190BE-DB8D-4a64-A0C1-A4DA1688F73B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIDispatch)>]
type IDTSManagedTask = interface
Public Interface IDTSManagedTask
- Derived
- Attributes
Remarks
Implemented by the Task class.