IDTSMultiInputComponentHost100 Interface

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

Provides methods related to multiple input component hosts.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
<GuidAttribute("7F9CE008-3F1F-4314-A6F9-7E79B2435161")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSMultiInputComponentHost100
'Usage
Dim instance As IDTSMultiInputComponentHost100
[GuidAttribute("7F9CE008-3F1F-4314-A6F9-7E79B2435161")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSMultiInputComponentHost100
[GuidAttribute(L"7F9CE008-3F1F-4314-A6F9-7E79B2435161")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSMultiInputComponentHost100
[<GuidAttribute("7F9CE008-3F1F-4314-A6F9-7E79B2435161")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSMultiInputComponentHost100 =  interface end
public interface IDTSMultiInputComponentHost100

The IDTSMultiInputComponentHost100 type exposes the following members.

Methods

  Name Description
Public method HostCanProcess Infrastructure. Indicates whether component host can process the specified number of inputs.
Public method HostGetDependencies Infrastructure. Gets the dependencies for the specified input component host.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace