다음을 통해 공유


IDTSExternalMetadataColumnCollection100.NewAt(Int32) 메서드

정의

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSExternalMetadataColumn100 ^ NewAt(int lIndex);
[System.Runtime.InteropServices.DispId(15)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSExternalMetadataColumn100 NewAt (int lIndex);
[<System.Runtime.InteropServices.DispId(15)>]
abstract member NewAt : int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSExternalMetadataColumn100
Public Function NewAt (lIndex As Integer) As IDTSExternalMetadataColumn100

매개 변수

lIndex
Int32

반환

새로 만든 IDTSExternalMetadataColumn100 개체입니다.

특성

설명

이 메서드는 새 IDTSExternalMetadataColumn100 열을 만들고 컬렉션의 지정된 위치에 추가합니다. 매개 변수에 지정된 lIndex 위치가 컬렉션 DTS_E_INVALIDINDEX 의 범위를 벗어나면 예외가 발생하고 열이 만들어지지 않습니다.

적용 대상