TaskHost Interface
This interface supports the SQL Server 2008 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
'Deklaracja
<GuidAttribute("83E60348-B725-4E5A-B69A-35378E3CF859")> _
<CoClassAttribute(GetType(TaskHostClass))> _
Public Interface TaskHost
Inherits IDTSObjectHost100
[GuidAttribute("83E60348-B725-4E5A-B69A-35378E3CF859")]
[CoClassAttribute(typeof(TaskHostClass))]
public interface TaskHost : IDTSObjectHost100
[GuidAttribute(L"83E60348-B725-4E5A-B69A-35378E3CF859")]
[CoClassAttribute(typeof(TaskHostClass))]
public interface class TaskHost : IDTSObjectHost100
/** @attribute GuidAttribute("83E60348-B725-4E5A-B69A-35378E3CF859") */
/** @attribute CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.TaskHostClass) */
public interface TaskHost extends IDTSObjectHost100
GuidAttribute("83E60348-B725-4E5A-B69A-35378E3CF859")
CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.TaskHostClass)
public interface TaskHost extends IDTSObjectHost100
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.