다음을 통해 공유


NewAt 메서드

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

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
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.