You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Public Properties

PropertyDescription
GUIDReturns the GUID of the DataMovementColumnLink. DATATYPE: String.
IDReturns the ID of the DataMovementColumnLink. DATATYPE: Integer.
IsDirectSourceThis property 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.
IsDirectTargetThis property 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.
IsSecondarySourceThis property 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.
IsSecondaryTargetThis property 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.
PhysicalColumnNameThis property represents the name of the column being linked (that is in the physical model). DATATYPE: String.
PhysicalModelNameThis property represents the name of the physical model that the physical column being linked belongs to. DATATYPE: String.
PhysicalTableNameThis property represents the name of the physical table that the physical column being linked belongs to. DATATYPE: String.
PhysicalTableOwnerThis property represents the owner of the physical table that the physical column being linked belongs to. DATATYPE: String.
SrcTrgtColumnNameThis property represents the name of the column being linked (that is in the source/target model). DATATYPE: String.
SrcTrgtModelNameThis property represents the name of the source/target model that the source/target column being linked belongs to. DATATYPE: String.
SrcTrgtTableNameThis property represents the name of the source/target table that the source/target column being linked belongs to. DATATYPE: String.
SrcTrgtTableOwnerThis property represents the owner of the source/target table that the source/target column being linked belongs to. DATATYPE: String.

See Also

  • No labels