ManagedComponentHost.HostMapOutputColumn Methode

Definition

Lokalisiert die Ausgabe für die Spalte des Hosts.

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

Parameter

wrapper
IDTSManagedComponentWrapper100

Der Komponentenwrapper.

iOutputID
Int32

Die Ausgabe-ID.

iOutputColumnID
Int32

Der Bezeichner der Ausgabespalte.

iExternalMetadataColumnID
Int32

Der Bezeichner der externen Metadatenspalte.

bMatch
Boolean

Die Übereinstimmung.

Gibt zurück

Die Ausgabe für die Spalte der Hostzuordnung.

Implementiert

Gilt für: