Share via


IDTSObjectHost100 Interface

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

For more information, see TaskHost.

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

Syntax

'Declaration
<GuidAttribute("04E3A50C-72F4-4BD7-8B8F-A93D14329624")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSObjectHost100
'Usage
Dim instance As IDTSObjectHost100
[GuidAttribute("04E3A50C-72F4-4BD7-8B8F-A93D14329624")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSObjectHost100
[GuidAttribute(L"04E3A50C-72F4-4BD7-8B8F-A93D14329624")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSObjectHost100
[<GuidAttribute("04E3A50C-72F4-4BD7-8B8F-A93D14329624")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSObjectHost100 =  interface end
public interface IDTSObjectHost100

The IDTSObjectHost100 type exposes the following members.

Properties

  Name Description
Public property DelayValidation Infrastructure. For more information, see TaskHost.
Public property HostType Infrastructure. For more information, see TaskHost.
Public property InnerObject Infrastructure. For more information, see TaskHost.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace