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.

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

Sintassi

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

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

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