Public Properties
Property | Description |
---|---|
GUID | Returns the GUID of the DataMovementColumnLink. DATATYPE: String. |
ID | Returns the ID of the DataMovementColumnLink. DATATYPE: Integer. |
IsDirectSource | Determines whether the source/target column is mapped to the physical column as a direct source. If true, it is mapped as a direct source. DATATYPE: Boolean. |
IsDirectTarget | Determines whether the source/target column is mapped to the physical column as a direct target. If true, it is mapped as a direct target. DATATYPE: Boolean. |
IsSecondarySource | Tells whether the SourceTarget column is mapped to the physical column as a secondary source. If true, it is mapped as a secondary source. DATATYPE: Boolean. |
IsSecondaryTarget | Tells whether the SourceTarget column is mapped to the physical column as a secondary target. If true, it is mapped as a secondary target. DATATYPE: Boolean. |
PhysicalColumnName | Represents the name of the column being linked (that is in the physical model). DATATYPE: String. |
PhysicalModelName | Represents the name of the physical model that the physical column being linked belongs to. DATATYPE: String. |
PhysicalTableName | Represents the name of the physical table that the physical column being linked belongs to. DATATYPE: String. |
PhysicalTableOwner | Represents the owner of the physical table that the physical column being linked belongs to. DATATYPE: String. |
SrcTrgtColumnName | Represents the name of the column being linked (that is in the source/target model). DATATYPE: String. |
SrcTrgtModelName | Represents the name of the source/target model that the source/target column being linked belongs to. DATATYPE: String. |
SrcTrgtTableName | Represents the name of the source/target table that the source/target column being linked belongs to. DATATYPE: String. |
SrcTrgtTableOwner | Represents the owner of the source/target table that the source/target column being linked belongs to. DATATYPE: String. |
See Also