Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Creates a new DataLineageView with the given Name, and returns the new DataLineageView to the caller. PARAMETERS: Name as String.

Syntax

Code Block
languagevb
Public Function Add( _
   ByVal Name As Variant _
) As DataLineageView

...