IDTSTaskHost100 Interface

This API supports the 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("B4E78907-3D9C-4229-9DB9-6A311E45C779")> _
Public Interface IDTSTaskHost100
'Usage
Dim instance As IDTSTaskHost100
[GuidAttribute("B4E78907-3D9C-4229-9DB9-6A311E45C779")]
public interface IDTSTaskHost100
[GuidAttribute(L"B4E78907-3D9C-4229-9DB9-6A311E45C779")]
public interface class IDTSTaskHost100
[<GuidAttribute("B4E78907-3D9C-4229-9DB9-6A311E45C779")>]
type IDTSTaskHost100 =  interface end
public interface IDTSTaskHost100

The IDTSTaskHost100 type exposes the following members.

Properties

  Name Description
Public property ApartmentThreaded Infrastructure. For more information, see TaskHostClass.
Public property ExecutionValue Infrastructure. For more information, see TaskHostClass.
Public property ExecValueVariable Infrastructure. For more information, see TaskHostClass.

Top