IDTSOutputCollection100.NewAt(Int32) Method

Definition

Creates a new IDTSOutput100 object and adds it to a collection at the specified Index.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ NewAt(int lIndex);
[System.Runtime.InteropServices.DispId(15)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 NewAt (int lIndex);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member NewAt : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100
Public Function NewAt (lIndex As Integer) As IDTSOutput100

Parameters

lIndex
Int32

The location in the collection to add the new IDTSOutput100.

Returns

The newly created IDTSOutput100.

Attributes

Applies to