IDTSInputColumnCollection100.New Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.