PipelineComponent.MapOutputColumn Method
Establishes a relationship between an output column and a corresponding external metadata column. This method is not CLS-compliant.
Espace de noms: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
Syntaxe
'Déclaration
<CLSCompliantAttribute(False)> _
Public Overridable Function MapOutputColumn ( _
iOutputID As Integer, _
iOutputColumnID As Integer, _
iExternalMetadataColumnID As Integer, _
bMatch As Boolean _
) As IDTSExternalMetadataColumn90
[CLSCompliantAttribute(false)]
public virtual IDTSExternalMetadataColumn90 MapOutputColumn (
int iOutputID,
int iOutputColumnID,
int iExternalMetadataColumnID,
bool bMatch
)
[CLSCompliantAttribute(false)]
public:
virtual IDTSExternalMetadataColumn90^ MapOutputColumn (
int iOutputID,
int iOutputColumnID,
int iExternalMetadataColumnID,
bool bMatch
)
/** @attribute CLSCompliantAttribute(false) */
public IDTSExternalMetadataColumn90 MapOutputColumn (
int iOutputID,
int iOutputColumnID,
int iExternalMetadataColumnID,
boolean bMatch
)
CLSCompliantAttribute(false)
public function MapOutputColumn (
iOutputID : int,
iOutputColumnID : int,
iExternalMetadataColumnID : int,
bMatch : boolean
) : IDTSExternalMetadataColumn90
Paramètres
- iOutputID
The ID of the IDTSOutput90 object.
- iOutputColumnID
The ID of the IDTSOutputColumn90 object.
- iExternalMetadataColumnID
The ID of the IDTSExternalMetadataColumn90 object.
- bMatch
Indicates whether the columns match.
Valeur de retour
The IDTSExternalMetadataColumn90 that is mapped to the output column.
Notes
This method is called to map an output column to a column in the ExternalMetadataColumnCollection of the output. When you are developing a custom data flow component, you override this method, to ensure that the external columns and the output column match, and that you want to allow the mapping to occur.
For more information about working with external metadata columns, see Implementing External Metadata.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
PipelineComponent Class
PipelineComponent Members
Microsoft.SqlServer.Dts.Pipeline Namespace