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 DataLineageSource Model, and adds it to the collection. Database types are listed in the Introduction section of the Automation Interface Reference. PARAMETERS: Name (String), DatabaseType_ID (Integer). |
Remove | Deletes a DataLineageSource Model from the collection (Data Source/Targets from the DataLineage tree). PARAMETERS: Identifier as String or Integer. |
Public Properties
Properties | Description |
---|
_Item | Returns the DataLineageSource specified by either the name, GUID or the ID. PARAMETERS: Identifier as String or Integer. |
_NewEnum |
|
Count | This is the number of DataLineageSource models in the collection (Data Source/Targets in the DataLineage tree).DATATYPE: Integer. |
Item | Returns the DataLineageSource specified by either the name, GUID or the ID. PARAMETERS: Identifier as String or Integer. |
See Also