IDTSManagedTask Interface
Defines an interface implemented on task classes to identify the class as a managed task.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Sintassi
'Dichiarazione
<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
Osservazioni
Implemented by the Task class.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
IDTSManagedTask Members
Microsoft.SqlServer.Dts.Runtime Namespace