Partager via


TaskHost Interface

This interface supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.

For more information, see TaskHostClass.

Espace de noms: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in microsoft.sqlserver.dtsruntimewrap.dll)

Syntaxe

'Déclaration
<CoClassAttribute(GetType(TaskHostClass))> _
<GuidAttribute("23BB0025-DB78-4D3F-B8B9-2DD3150E0BC4")> _
Public Interface TaskHost
    Inherits IDTSObjectHost90
[CoClassAttribute(typeof(TaskHostClass))] 
[GuidAttribute("23BB0025-DB78-4D3F-B8B9-2DD3150E0BC4")] 
public interface TaskHost : IDTSObjectHost90
[CoClassAttribute(typeof(TaskHostClass))] 
[GuidAttribute(L"23BB0025-DB78-4D3F-B8B9-2DD3150E0BC4")] 
public interface class TaskHost : IDTSObjectHost90
/** @attribute CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.TaskHostClass) */ 
/** @attribute GuidAttribute("23BB0025-DB78-4D3F-B8B9-2DD3150E0BC4") */ 
public interface TaskHost extends IDTSObjectHost90
CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.TaskHostClass) 
GuidAttribute("23BB0025-DB78-4D3F-B8B9-2DD3150E0BC4") 
public interface TaskHost extends IDTSObjectHost90

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

TaskHost Members
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace