Public Properties

PropertyDescription

 DataStreamID

Returns the ID of the corresponding data stream. DATATYPE: Integer.

 GUID

GUID of the TransformationField. DATATYPE: String.

 ID

Returns the TransformationField ID. DATATYPE: Integer.

 IsInput

Returns True if the TransformationField is an input and False if it is an output. DATATYPE: Boolean.

 LineageComponentID

Returns the ID of the corresponding lineage component. DATATYPE: Integer.

 Name

Returns the name of the TransformationField. DATATYPE: String.

 SourceModelID

Returns the ID of the model that contains the source object. DATATYPE: Integer.

 SourceObjectID

Returns the ID of the source object, which is the Attribute ID or ViewField ID. DATATYPE: Integer.

 SourceObjectType

Returns the type of the source object. DATATYPE: Integer (5=Attribute, 17=ViewField).

 SourceParentID

Returns the ID of the parent of the source object. This is either an Entity ID or a View ID depending on whether the source object is an attribute or a view field. DATATYPE: Integer.

  • No labels