Public Methods
Method | Description |
---|---|
Add | Creates a new DataLineageView with the given Name, and returns the new DataLineageView to the caller. PARAMETERS: Name as String. |
Remove | Deletes a DataLineageView from the collection. PARAMETERS: Identifier as String or Integer. |
Public Properties
Property | Description |
---|---|
_Item | Returns the DataLineageView specified by either the name or the ID. PARAMETERS: Identifier as String or Integer. |
_NewEnum | |
Count | Number of DataLineageViews in the collection (Data Source/Target Tables). DATATYPE: Integer. |
Item | Returns the DataLineageView specified by either the name or the ID. PARAMETERS: Identifier as String or Integer. |
See Also