Share via


ManagedComponentHost.HostMapOutputColumn Méthode

Définition

Localise la sortie de la colonne de l'hôte.

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

Paramètres

wrapper
IDTSManagedComponentWrapper100

Wrapper de composant.

iOutputID
Int32

Identificateur de sortie.

iOutputColumnID
Int32

Identificateur de la colonne de sortie.

iExternalMetadataColumnID
Int32

Identificateur de la colonne de métadonnées externes.

bMatch
Boolean

Correspondance.

Retours

Sortie pour la colonne de la carte de l'hôte.

Implémente

S’applique à