次の方法で共有


ManagedComponentHost.HostMapOutputColumn メソッド

定義

ホストの列の出力を特定します。

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSExternalMetadataColumn100 ^ HostMapOutputColumn(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int iOutputID, int iOutputColumnID, int iExternalMetadataColumnID, bool bMatch);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100 HostMapOutputColumn (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int iOutputID, int iOutputColumnID, int iExternalMetadataColumnID, bool bMatch);
abstract member HostMapOutputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * int * bool -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100
override this.HostMapOutputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * int * bool -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSExternalMetadataColumn100
Public Function HostMapOutputColumn (wrapper As IDTSManagedComponentWrapper100, iOutputID As Integer, iOutputColumnID As Integer, iExternalMetadataColumnID As Integer, bMatch As Boolean) As IDTSExternalMetadataColumn100

パラメーター

wrapper
IDTSManagedComponentWrapper100

コンポーネント ラッパーです。

iOutputID
Int32

出力 ID です。

iOutputColumnID
Int32

出力列の識別子です。

iExternalMetadataColumnID
Int32

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

bMatch
Boolean

一致です。

戻り値

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

実装

適用対象