IDTSComponentMetaDataCollection100.NewAt(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSComponentMetaData100 ^ NewAt(int lIndex);
[System.Runtime.InteropServices.DispId(15)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSComponentMetaData100 NewAt (int lIndex);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member NewAt : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSComponentMetaData100
Public Function NewAt (lIndex As Integer) As IDTSComponentMetaData100
参数
- lIndex
- Int32
返回
新创建的 IDTSComponentMetaData100 对象。
- 属性
注解
IDTSComponentMetaData100 对象的位置不会影响其执行顺序,而该执行顺序由 MainPipe 中的 IDTSPath100 对象控制。