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 DataLineageRule. PARAMETERS: Name, RuleText, and Type(String). Valid Types: ARCHIVE RULE, BACKUP RULE, CREATE RULE, DELETION RULE, RECOVERY RULE, UPDATE RULE, BOOLEAN, DATE, EXTERNAL FILE PATH, NUMERIC, TEXT, TEXT LIST, TIME.

Syntax

Public Function Add( _
   ByVal Name As Variant, _
   ByVal RuleText As Variant, _
   ByVal RuleType As Variant _
) As DataLineageRule

Parameters

  • Name
  • RuleText
  • RuleType

See Also

  • No labels