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 DataMovementModelLink. DATATYPE: String.
IDReturns the ID of the DataMovementModelLink. DATATYPE: Integer.
IsDirectSourceThis property determines whether the source/target model is linked to the physical model as a direct source. If true, it is linked as a direct source. DATATYPE: Boolean.
IsDirectTargetThis property determines whether the source/target model is linked to the physical model as a direct target. If true, it is linked as a direct target. DATATYPE: Boolean.
IsSecondaryThis property tells whether the SourceTarget model is linked to the physical model directly or secondary. If true, it is linked as a secondary source/target; otherwise, it is linked as a direct source/target. DATATYPE: Boolean.
IsSecondarySourceThis property tells whether the SourceTarget model is linked to the physical model as a secondary source. If true, it is linked as a secondary source. DATATYPE: Boolean.
IsSecondaryTargetThis property tells whether the SourceTarget model is linked to the physical model as a secondary target. If true, it is linked as a secondary target. DATATYPE: Boolean.
IsTargetThis property determines whether the source/target model is linked to the physical model as a source or a target. If true, it is linked as a target; otherwise, it is linked as a source. DATATYPE: Boolean.
PhysicalModelNameThis property represents the name of the physical model linked by this DataMovementModelLink. DATATYPE: String.
SrcTrgtModelDescrThis property represents the description of the source/target model linked to the physical model by this DataMovementModelLink. DATATYPE: String.
SrcTrgtModelNameThis property represents the name of the source/target model linked to the physical model by this DataMovementModelLink. DATATYPE: String.

See Also

  • No labels