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
Method | Description |
---|
DataLineageTables | Returns an object representing a collection of all source/target tables belonging to this DataLineageSourceModel (Data Source/Target model). |
DataLineageViews | Returns an object representing a collection of all source/target views belonging to this DataLineageSourceModel (Data Source/Target model). |
UserComments | Returns a collection of all the user comments associated with this DataLineageSourceModel (Data Source/Target model). |
Public Properties
Property | Description |
---|
DatabasePlatform | This is the database platform type of the DataLineageSource model. DATATYPE: String. |
DatabasePlatformID | This 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. |
Description | This property is the description of the DataLineageSource model. DATATYPE: String. |
Encoding | This property holds the Encoding information. This property applies to DataLineageSource models of type Flat File only. DATATYPE: String. |
FileType | This property holds the file type information. This property applies to DataLineageSource models of type Flat File only. DATATYPE: String. |
GUID | Returns the GUID of the DataLineageSource model. DATATYPE: String. |
Host | This property holds the Host information. This applies to DataLineageSource models of type Relational only. DATATYPE: String. |
ID | Returns the ID of the DataLineageSource model. DATATYPE: Integer. |
MajorPlatform | This is a more generalized description of the database platform type of the DataLineageSource model. DATATYPE: String. |
Name | This property represents the name of the DataLineageSource model. DATATYPE: String. |
Path | This property holds the location/path information. This property applies to DataLineageSource models of type Other only. DATATYPE: String. |
Port | This property holds the Port information. This property applies to DataLineageSource models of type Relational only. DATATYPE: String. |
Server | This property holds the Server/Service information. This applies to DataLineageSource models of type Relational only. DATATYPE: String. |
Type | This property is the type of the DataLineageSource model. DATATYPE: String. It can be RELATIONAL, FLAT FILE or OTHER. |
See Also