Partager via


IDTSManagedTask Interface

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 (in microsoft.sqlserver.manageddts.dll)

Syntaxe

'Déclaration
<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

Notes

Implemented by the Task class.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

IDTSManagedTask Members
Microsoft.SqlServer.Dts.Runtime Namespace