NewAt 方法

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

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Function NewAt ( _
    lIndex As Integer _
) As IDTSComponentMetaData100
用法
Dim instance As IDTSComponentMetaDataCollection100
Dim lIndex As Integer
Dim returnValue As IDTSComponentMetaData100

returnValue = instance.NewAt(lIndex)
IDTSComponentMetaData100 NewAt(
    int lIndex
)
IDTSComponentMetaData100^ NewAt(
    [InAttribute] int lIndex
)
abstract NewAt : 
        lIndex:int -> IDTSComponentMetaData100 
function NewAt(
    lIndex : int
) : IDTSComponentMetaData100

参数

注释

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