Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

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

Parameters

  • SourceTargetColumnID
  • SourceTargetTableID

See Also