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

MethodDescription
AddCreates 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).
RemoveDeletes a DataLineageTable from the collection. PARAMETERS: Identifier as String or Integer.

Public Properties

PropertyDescription
_ItemReturns the DataLineageTable specified by either the name or the ID. PARAMETERS: Identifier as String or Integer.
_NewEnum
CountThis is the number of DataLineageTables in the collection (Data Source/Target Tables).DATATYPE: Integer.
ItemReturns the DataLineageTable specified by either the name or the ID. PARAMETERS: Identifier as String or Integer.

See Also

  • No labels