TaskHost Interface
This API supports the SQL Server 2012 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("04E3A50C-72F4-4BD7-8B8F-A93D14329624")> _
Public Interface TaskHost _
Inherits IDTSObjectHost100
'Usage
Dim instance As TaskHost
[GuidAttribute("04E3A50C-72F4-4BD7-8B8F-A93D14329624")]
public interface TaskHost : IDTSObjectHost100
[GuidAttribute(L"04E3A50C-72F4-4BD7-8B8F-A93D14329624")]
public interface class TaskHost : IDTSObjectHost100
[<GuidAttribute("04E3A50C-72F4-4BD7-8B8F-A93D14329624")>]
type TaskHost =
interface
interface IDTSObjectHost100
end
public interface TaskHost extends IDTSObjectHost100
The TaskHost type exposes the following members.
Properties
Name | Description | |
---|---|---|
DelayValidation | Infrastructure. For more information, see TaskHost. (Inherited from IDTSObjectHost100.) | |
HostType | Infrastructure. For more information, see TaskHost. (Inherited from IDTSObjectHost100.) | |
InnerObject | Infrastructure. For more information, see TaskHost. (Inherited from IDTSObjectHost100.) |
Top