PipelineComponent.SetUsageType Method
SQL Server 2008 R2
Creates an IDTSInputColumn100 object in the IDTSInputColumnCollection100 of the component and sets the UsageType property of the column.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
[CLSCompliantAttribute(false)] public virtual IDTSInputColumn100 SetUsageType( int inputID, IDTSVirtualInput100 virtualInput, int lineageID, DTSUsageType usageType )
Parameters
- inputID
- Type: System.Int32
The ID of the IDTSInput100 object.
- virtualInput
- Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSVirtualInput100
The IDTSVirtualInput100 object that is used to map the IDTSInputColumn100 object.
- lineageID
- Type: System.Int32
The LineageID of the IDTSVirtualInputColumn100 object.
- usageType
- Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSUsageType
A value from the DTSUsageType enumeration.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100The IDTSInputColumn100 object whose UsageType is set.