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

Compare with Current View Page History

« Previous Version 3 Next »

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

Public Function Add(_
   ByVal Name As Variant, _
   ByVal IsKey As Variant _
) As DataLineageColumn

Parameters

  • Name
  • IsKey

See Also

  • No labels