IDTSInputColumnCollection100.New Method

Definition

Creates a new IDTSInputColumn100 and adds it to a collection.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputColumn100 ^ New();
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100 New ();
[<System.Runtime.InteropServices.DispId(14)>]
abstract member New : unit -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
Public Function New () As IDTSInputColumn100

Returns

The new IDTSInputColumn100 object.

Attributes

Remarks

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

Applies to