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, and target/seconday flags. PARAMETERS: ColumnID,TableID (Integer), IsTarget,IsSecondary(Boolean) .

Syntax

Public Function AddV2( _
   ByVal SourceTargetColumnID As Variant, _
   ByVal SourceTargetTableID As Variant, _
   ByVal IsTarget As Variant, _
   ByVal IsSecondary As Variant _
) As DataMovementColumnLink

Parameters

  • SourceTargetColumnID
  • SourceTargetTableID
  • IsTarget
  • IsSecondary

Remarks

Creates new ColumnLink. Input: IDs of the DataLineage column and its parent Table that are to be linked to the physical column owning this collection, and target/secondary flags.


  • No labels