Share via


IDTSComponentMetaDataCollection100.NewAt(Int32) 方法

定义

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

参数

lIndex
Int32

返回

新创建的 IDTSComponentMetaData100 对象。

属性

注解

对象的位置 IDTSComponentMetaData100 不会影响其执行顺序,而该顺序由 IDTSPath100 对象中的 MainPipe对象控制。

适用于