다음을 통해 공유


NewAt 메서드

Creates a new IDTSExternalMetadataColumn100 at the specified location in a collection.

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

구문

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

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

매개 변수

주의

This method creates a new IDTSExternalMetadataColumn100 column and adds it to the specified location in the collection. If the location specified by the lIndex parameter is outside the bounds of the collection, then an Microsoft.SqlServer.Dts.HResults.DTS_E_INVALIDINDEX exception occurs and the column is not created.