Public Methods
Method | Description |
---|---|
Add | Creates in the collection and returns a new DataLineageTable. Name specifies the TableName, but if the name passed in is a duplicate, then it uses the default name. PARAMETERS: Name (String). |
Remove | Deletes a DataLineageTable from the collection. PARAMETERS: Identifier as String or Integer. |
Public Properties
Property | Description |
---|---|
_Item | Returns the DataLineageTable specified by either the name or the ID. PARAMETERS: Identifier as String or Integer. |
_NewEnum | |
Count | Number of DataLineageTables in the collection (Data Source/Target Tables). DATATYPE: Integer. |
Item | Returns the DataLineageTable specified by either the name or the ID. PARAMETERS: Identifier as String or Integer. |
See Also