Freigeben über


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.

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

Syntax

'Declaration
<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

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

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