Freigeben über


IDTSManagedTask Interface

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
[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

Hinweise

Implemented by the Task class.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

IDTSManagedTask Members
Microsoft.SqlServer.Dts.Runtime Namespace