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

Compare with Current View Page History

Version 1 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

Visual Basic

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

Parameters

Name
IsKey

See Also

DataLineageColumns Collection

  • No labels