Share via


Interface IDTSManagedTask

Defines an interface implemented on task classes to identify the class as a managed task.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)> _
<GuidAttribute("728190BE-DB8D-4a64-A0C1-A4DA1688F73B")> _
Public Interface IDTSManagedTask
'Utilisation
Dim instance As IDTSManagedTask
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
[GuidAttribute("728190BE-DB8D-4a64-A0C1-A4DA1688F73B")]
public interface IDTSManagedTask
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIDispatch)]
[GuidAttribute(L"728190BE-DB8D-4a64-A0C1-A4DA1688F73B")]
public interface class IDTSManagedTask
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>]
[<GuidAttribute("728190BE-DB8D-4a64-A0C1-A4DA1688F73B")>]
type IDTSManagedTask =  interface end
public interface IDTSManagedTask

Notes

Implemented by the Task class.