Public Methods

MethodDescription
DataLineageTablesReturns an object representing a collection of all source/target tables belonging to this DataLineageSourceModel (Data Source/Target model).
DataLineageViewsReturns an object representing a collection of all source/target views belonging to this DataLineageSourceModel (Data Source/Target model).
UserCommentsReturns a collection of all the user comments associated with this DataLineageSourceModel (Data Source/Target model).

Public Properties

PropertyDescription
DatabasePlatformDatabase platform type of the DataLineageSource model. DATATYPE: String.
DatabasePlatformIDDatabase platform type ID of the DataLineageSource model. You can use this property to change the database platform of the model. DATATYPE: Integer.
DescriptionDescription of the DataLineageSource model. DATATYPE: String.
EncodingHolds Encoding information and applies to DataLineageSource models of type Flat File only. DATATYPE: String.
FileTypeHolds file type information and applies to DataLineageSource models of type Flat File only. DATATYPE: String.
GUIDReturns the GUID of the DataLineageSource model. DATATYPE: String.
HostHolds Host information and applies to DataLineageSource models of type Relational only. DATATYPE: String.
IDReturns the ID of the DataLineageSource model. DATATYPE: Integer.
MajorPlatformA more generalized description of the database platform type of the DataLineageSource model. DATATYPE: String.
NameRepresents the name of the DataLineageSource model. DATATYPE: String.
PathHolds location/path information and applies to DataLineageSource models of type Other only. DATATYPE: String.
PortHolds Port information and applies to DataLineageSource models of type Relational only. DATATYPE: String.
ServerHolds Server/Service information and applies to DataLineageSource models of type Relational only. DATATYPE: String.
TypeType of the DataLineageSource model. DATATYPE: String. It can be RELATIONAL, FLAT FILE or OTHER.
  • No labels