You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 2
Next »
Public Methods
Method | 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). |
| 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) . |
| Deletes a DataMovementColumnLink (specified by the ID of the DataMovementColumnLink) from the collection. PARAMETERS: ID as Integer. |
Public Properties
Properties | Description |
---|
| Returns DataMovementColumnLink specified by the parent SourceTarget column's ID that is being linked to the physical column owning the collection. PARAMETERS: SourceTargetColumnID (Integer). |
|
|
| This is the number of DataMovementColumnLinks in the collection, that link the parent physical Column to any source/target Columns. DATATYPE: Integer. |
| 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