You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Public Methods

 Add

Creates a new LineageComponent with the given source data and returns the new LineageComponents to the caller. PARAMETERS: SourceObjectType as Integer (1=Entity,16=View), SourceObjectID, HorizontalPosition, and VerticalPosition as Integer.

 ItemBySource

Returns a LineageComponent object (specified by the given SourceObjectType and SourceObjectID). PARAMETERS: SourceObjectType as Integer (1=Entity,16=View), SourceObjectID as Integer.

 Remove

Deletes a LineageComponent object (specified by the given GUID or ID) from ER/Studio. PARAMETERS: Identifier as string(GUID) or Integer(ID).

Public Properties

 _Item

Returns a LineageComponent object specified by the given GUID or ID). PARAMETER: Identifier as Integer(ID) or as String(GUID).

 _NewEnum

 

 Count

This is the number of LineageComponent objects in the collection. DATATYPE: Integer.

 Item

Returns a LineageComponent object specified by the given GUID or ID). PARAMETER: Identifier as Integer(ID) or as String(GUID).

See Also

LineageComponents Overview

  • No labels