다음을 통해 공유


ManagedComponentHost.HostMapInputColumn 메서드

정의

입력에서 호스트의 열을 찾습니다.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSExternalMetadataColumn100 ^ HostMapInputColumn(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int iInputID, int iInputColumnID, int iExternalMetadataColumnID);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100 HostMapInputColumn (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int iInputID, int iInputColumnID, int iExternalMetadataColumnID);
abstract member HostMapInputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100
override this.HostMapInputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100
Public Function HostMapInputColumn (wrapper As IDTSManagedComponentWrapper100, iInputID As Integer, iInputColumnID As Integer, iExternalMetadataColumnID As Integer) As IDTSExternalMetadataColumn100

매개 변수

wrapper
IDTSManagedComponentWrapper100

구성 요소 래퍼입니다.

iInputID
Int32

입력 식별자입니다.

iInputColumnID
Int32

입력 열 식별자입니다.

iExternalMetadataColumnID
Int32

외부 메타데이터 열 식별자입니다.

반환

호스트 맵의 열에 대한 입력입니다.

구현

적용 대상