IDTSComponentMetaDataCollection100.NewAt(Int32) 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 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.