TaskHost Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

For more information, see TaskHostClass.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[CoClassAttribute((TaskHostClass^::typeid))]
[GuidAttribute("04E3A50C-72F4-4BD7-8B8F-A93D14329624")]
public interface class TaskHost : IDTSObjectHost100

NameDescription
System_CAPS_pubpropertyDelayValidation

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether validation of the task is delayed until runtime.(Inherited from IDTSObjectHost100.)

System_CAPS_pubpropertyHostType

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets a value from the DTSObjectHostType enumeration that describes the host of the container. This property is read-only. (Inherited from IDTSObjectHost100.)

System_CAPS_pubpropertyInnerObject

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the method used to access the task instance being hosted by the TaskHost. (Inherited from IDTSObjectHost100.)

Return to top
Show: