Share via


IDTSComponentMetaDataCollection100.NewAt(Int32) Method

Definition

Creates a new IDTSComponentMetaData100 object at the specified ___location in an IDTSComponentMetaDataCollection100 collection.

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

Parameters

lIndex
Int32

The ___location in the IDTSComponentMetaDataCollection100 collection to create the new IDTSComponentMetaData100 object.

Returns

The newly created IDTSComponentMetaData100 object.

Attributes

Remarks

The ___location of an IDTSComponentMetaData100 object does not affect its execution order, which is instead controlled by the IDTSPath100 objects in the MainPipe.

Applies to