Versions Compared

Key

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

Description

Creates and returns a new DataLineageColumn, and adds it to the collection. If IsKey is true, it will be a Primary Key. PARAMETERS: Name (String).

Syntax

...

Code Block
languagevb
Public Function Add(_

...


   ByVal Name As Variant,

...

 _
   ByVal IsKey As Variant _
) As DataLineageColumn

Parameters

  • Name
  • IsKey

See Also