Share via


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

入力 ID です。

iInputColumnID
Int32

入力列の識別子です。

iExternalMetadataColumnID
Int32

外部メタデータ列の識別子です。

戻り値

ホスト マップの列の入力です。

実装

適用対象