言語

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

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

返品

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

実装

適用対象