You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 4
Next »
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 | This is the 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). |
See Also