TaskHost Interface
This API supports the .NET Framework 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
<GuidAttribute("83E60348-B725-4E5A-B69A-35378E3CF859")> _
Public Interface TaskHost _
Inherits IDTSObjectHost100
'Usage
Dim instance As TaskHost
[GuidAttribute("83E60348-B725-4E5A-B69A-35378E3CF859")]
public interface TaskHost : IDTSObjectHost100
[GuidAttribute(L"83E60348-B725-4E5A-B69A-35378E3CF859")]
public interface class TaskHost : IDTSObjectHost100
[<GuidAttribute("83E60348-B725-4E5A-B69A-35378E3CF859")>]
type TaskHost =
interface
interface IDTSObjectHost100
end
public interface TaskHost extends IDTSObjectHost100