IDTSOutputCollection100.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 IDTSOutput100 object and adds it to an IDTSOutputColumnCollection100.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ New();
[System.Runtime.InteropServices.DispId(14)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 New ();
[<System.Runtime.InteropServices.DispId(14)>]
abstract member New : unit -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
Public Function New () As IDTSOutput100
Returns
The newly created IDTSOutput100.
- Attributes
Remarks
Components add IDTSOutput100 objects to the collection by using ProvideComponentProperties. Components may also allow design-time addition of IDTSOutput100 objects as the component is edited in the designer.
Developers that add components to the data flow task programmatically should not use this method to add outputs to the collection, because it may break the component. Instead, call the InsertOutput method of the design-time instance of the component.