IDTSOutputColumnCollection100.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.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSOutputColumn100 ^ New();
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSOutputColumn100 New ();
[<System.Runtime.InteropServices.DispId(14)>]
abstract member New : unit -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSOutputColumn100
Public Function New () As IDTSOutputColumn100
Returns
The newly created IDTSOutputColumn100 object.
- Attributes
Remarks
New output columns are added to the end of the collection.