You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Description

Creates new ColumnLink. Input: IDs of the DataLineage column and its parent Table that is to be linked to the physical column owning this collection. PARAMETERS: ColumnID,TableID (Integer).

Syntax

Public Function Add( _
   ByVal SourceTargetColumnID As Variant, _
   ByVal SourceTargetTableID As Variant _
) As DataMovementColumnLink

Parameters

  • SourceTargetColumnID
  • SourceTargetTableID

See Also

  • No labels