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