IDTSObjectHost100 Interface

 

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

Provides a container that encapsulates a single task. In the SSIS Designer, the TaskHost is not configured separately; instead, it is configured when you set the properties of the task it encapsulates.

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

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[TypeLibTypeAttribute(TypeLibTypeFlags::FOleAutomation)]
[GuidAttribute("04E3A50C-72F4-4BD7-8B8F-A93D14329624")]
public interface class 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.

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.

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.

Return to top
Show: