IDTSManagedTask Interface

Definition

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.

Applies to