IDTSInputColumnCollection100.New Method

Creates a new IDTSInputColumn100 and adds it to a collection.

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

Syntax

'Declaration
Function New As IDTSInputColumn100
'Usage
Dim instance As IDTSInputColumnCollection100
Dim returnValue As IDTSInputColumn100

returnValue = instance.New()
IDTSInputColumn100 New()
IDTSInputColumn100^ New()
abstract New : unit -> IDTSInputColumn100 
function New() : IDTSInputColumn100

Remarks

IDTSInputColumn100 objects are created using this method. New columns are inserted at the end of the collection unless the NewAt method is used.