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

Compare with Current View Page History

« Previous Version 2 Current »

Description

Deletes 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).

Syntax

Public Sub Remove( _
   ByVal SourceTargetModelName As Variant, _
   Optional ByVal IsTarget As Variant, _
Optional ByVal IsSecondary As Variant _
)

Parameters

  • SourceTargetModelName
  • IsTarget
  • IsSecondary

See Also

  • No labels