Udostępnij przez


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

'Deklaracja
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)> _
<GuidAttribute("728190BE-DB8D-4a64-A0C1-A4DA1688F73B")> _
Public Interface 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
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch) */ 
/** @attribute GuidAttribute("728190BE-DB8D-4a64-A0C1-A4DA1688F73B") */ 
public interface IDTSManagedTask
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch) 
GuidAttribute("728190BE-DB8D-4a64-A0C1-A4DA1688F73B") 
public interface IDTSManagedTask

Remarks

Implemented by the Task class.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.