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

Compare with Current View Page History

« Previous Version 2 Current »

Description

Creates and returns a new DataMovementModelLink, and adds it to the collection. PARAMETERS: SourceTargetModelName (String), IsTarget(Boolean), IsSecondary (Boolean).

Syntax

Public Function Add( _
   ByVal SourceTargetModelName As Variant, _
   ByVal IsTarget As Variant, _
   ByVal IsSecondary As Variant _
) As DataMovementModelLink

Parameters

  • SourceTargetModelName
  • IsTarget
  • IsSecondary

See Also

  • No labels