Public Methods

MethodDescription
AddCreates and returns a new DataMovementModelLink, and adds it to the collection. PARAMETERS: SourceTargetModelName (String), IsTarget(Boolean), IsSecondary (Boolean).
RemoveDeletes a DataMovementModelLink (specified by either the parent source/target model name or the ID of the DataMovementModelLink itself) from the collection. PARAMETERS: SourceTargetModelName (String), IsTarget(Boolean), IsSecondary (Boolean).

Public Properties

PropertyDescription
_ItemReturns a DataMovementModelLink (specified by either the name of the parent source/target model or the ID of the link itself). PARAMETERS: Identifier as String or Integer.
_NewEnum
CountNumber of DataMovementModelLinks in the collection, that link the parent physical model to any source/target models. DATATYPE: Integer.
ItemReturns a DataMovementModelLink (specified by either the name of the parent source/target model or the ID of the link itself). PARAMETERS: Identifier as String or Integer.
  • No labels