You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
Public Methods
Method | Description |
---|
| Returns a collection of user comments associated with this DataLineageColumn. |
Public Properties
Property | Description |
---|
| This property represents the attribute name of the DataLineageColumn. DATATYPE: String. |
| This property represents the column name of the DataLineageColumn. DATATYPE: String. |
| The data length of the datatype (if any). DATATYPE: Integer. |
| The data scale of the datatype (if any). DATATYPE: Integer. |
| This is the datatype of the data lineage column. DATATYPE: String. |
| This is the definition of the DataLineageColumn. DATATYPE: String. |
| Returns the GUID of the DataLineageColumn. DATATYPE: String. |
| This is the flag indicating that an DataLineageColumn is hidden in the Diagram display. DATATYPE: Boolean. |
| Returns the ID of the DataLineageColumn. DATATYPE: Integer. |
| This is the identity property of the DataLineageColumn. DATATYPE: Boolean. |
| This is the identity increment value of the DataLineageColumn. DATATYPE: Integer. |
| This is the identity seed value of the DataLineageColumn. DATATYPE: Integer. |
| This is the nullability of the DataLineageColumn. DATATYPE: String. The possible values are: 'NULL' or 'NOT NULL'. |
| This property represents the Primary Key of the DataLineageColumn. If this property is true, the column is a PK. DATATYPE: Boolean. |
| This property is the sequence number of the DataLineageColumn. DATATYPE: Integer. |
See Also