IDTSTaskHost100 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("FE46878D-800C-4071-996B-D1D70EAD3DBE")> _
Public Interface IDTSTaskHost100
'Usage
Dim instance As IDTSTaskHost100
[GuidAttribute("FE46878D-800C-4071-996B-D1D70EAD3DBE")]
public interface IDTSTaskHost100
[GuidAttribute(L"FE46878D-800C-4071-996B-D1D70EAD3DBE")]
public interface class IDTSTaskHost100
[<GuidAttribute("FE46878D-800C-4071-996B-D1D70EAD3DBE")>]
type IDTSTaskHost100 = interface end
public interface IDTSTaskHost100
The IDTSTaskHost100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
ApartmentThreaded | Infrastructure. For more information, see TaskHostClass. | |
ExecutionValue | Infrastructure. For more information, see TaskHostClass. | |
ExecValueVariable | Infrastructure. For more information, see TaskHostClass. |
Top