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 and returns a new DataLineageColumn, and adds it to the collection. If IsKey is true, it will be a Primary Key. PARAMETERS: Name (String). |
Remove | Deletes a DataLineageColumn from the collection. PARAMETERS: Identifier as String or Integer. |
Public Properties
Properties | Description |
---|
_Item | Returns the DataLineageColumn specified by either the name or the ID. PARAMETERS: Identifier as String or Integer. |
_NewEnum |
|
Count | This is the number of DataLineageColumns in the collection (in the Data Source/Target Table). DATATYPE: Integer. |
Item | Returns the DataLineageColumn specified by either the name or the ID. PARAMETERS: Identifier as String or Integer. |
See Also