Public Methods
Method | Description |
---|---|
Add | 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). |
AddV2 | 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) . |
Remove | Deletes a DataMovementColumnLink (specified by the ID of the DataMovementColumnLink) from the collection. PARAMETERS: ID as Integer. |
Public Properties
Properties | Description |
---|---|
_Item | Returns DataMovementColumnLink specified by the parent SourceTarget column's ID that is being linked to the physical column owning the collection. PARAMETERS: SourceTargetColumnID (Integer). |
_NewEnum | |
Count | Number of DataMovementColumnLinks in the collection, that link the parent physical Column to any source/target Columns. DATATYPE: Integer. |
Item | Returns DataMovementColumnLink specified by the parent SourceTarget column's ID that is being linked to the physical column owning the collection. PARAMETERS: SourceTargetColumnID (Integer). |