Public Methods
Method | Description |
---|---|
Add | Creates and returns a new DataLineageSource Model, and then 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 | 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