Share via


IDTSMultiInputComponent100 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 components.

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

Syntax

'Declaration
<GuidAttribute("6CA3A806-DE89-46F9-96F5-3FBA7DA38E43")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSMultiInputComponent100
'Usage
Dim instance As IDTSMultiInputComponent100
[GuidAttribute("6CA3A806-DE89-46F9-96F5-3FBA7DA38E43")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSMultiInputComponent100
[GuidAttribute(L"6CA3A806-DE89-46F9-96F5-3FBA7DA38E43")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSMultiInputComponent100
[<GuidAttribute("6CA3A806-DE89-46F9-96F5-3FBA7DA38E43")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSMultiInputComponent100 =  interface end
public interface IDTSMultiInputComponent100

The IDTSMultiInputComponent100 type exposes the following members.

Methods

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

Top

See Also

Reference

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace