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
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
DatabasePlatformThis is the database platform type of the DataLineageSource model. DATATYPE: String.
DatabasePlatformIDThis is the database platform type ID of the DataLineageSource model. This property can be used to change the database platform of the model. DATATYPE: Integer.
DescriptionThis property is the description of the DataLineageSource model. DATATYPE: String.
EncodingThis property holds the Encoding information. This property applies to DataLineageSource models of type Flat File only. DATATYPE: String.
FileTypeThis property holds the file type information. This property applies to DataLineageSource models of type Flat File only. DATATYPE: String.
GUIDReturns the GUID of the DataLineageSource model. DATATYPE: String.
HostThis property holds the Host information. This applies to DataLineageSource models of type Relational only. DATATYPE: String.
IDReturns the ID of the DataLineageSource model. DATATYPE: Integer.
MajorPlatformThis is a more generalized description of the database platform type of the DataLineageSource model. DATATYPE: String.
NameThis property represents the name of the DataLineageSource model. DATATYPE: String.
PathThis property holds the location/path information. This property applies to DataLineageSource models of type Other only. DATATYPE: String.
PortThis property holds the Port information. This property applies to DataLineageSource models of type Relational only. DATATYPE: String.
ServerThis property holds the Server/Service information. This applies to DataLineageSource models of type Relational only. DATATYPE: String.
TypeThis property is the type of the DataLineageSource model. DATATYPE: String. It can be RELATIONAL, FLAT FILE or OTHER.

See Also

  • No labels