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

Compare with Current View Page History

« Previous Version 5 Current »

Public Methods

MethodDescription
AddCreates 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).
AddV2Creates 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) .
RemoveDeletes a DataMovementColumnLink (specified by the ID of the DataMovementColumnLink) from the collection. PARAMETERS: ID as Integer.

Public Properties

PropertiesDescription
_ItemReturns DataMovementColumnLink specified by the parent SourceTarget column's ID that is being linked to the physical column owning the collection. PARAMETERS: SourceTargetColumnID (Integer).
_NewEnum
CountNumber of DataMovementColumnLinks in the collection, that link the parent physical Column to any source/target Columns. DATATYPE: Integer.
ItemReturns DataMovementColumnLink specified by the parent SourceTarget column's ID that is being linked to the physical column owning the collection. PARAMETERS: SourceTargetColumnID (Integer).

See Also

  • No labels