다음을 통해 공유


IDTSOutputColumnCollection100.NewAt 메서드

Creates a new output column object and adds it to a collection at the specified index.

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

구문

‘선언
Function NewAt ( _
    lIndex As Integer _
) As IDTSOutputColumn100
‘사용 방법
Dim instance As IDTSOutputColumnCollection100 
Dim lIndex As Integer 
Dim returnValue As IDTSOutputColumn100 

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

매개 변수

반환 값

유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100
The newly created IDTSOutputColumn100 object.

주의

If the specified index is outside the bounds of the collection, the IDTSOutputColumn100 is added to the end of the collection.

참고 항목

참조

IDTSOutputColumnCollection100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스