Description

Returns a LineageComponent object as specified by the given SourceObjectType and SourceObjectID. Valid values are: 1 = Entity, 16 = View. PARAMETERS: SourceObjectType (Integer), SourceObjectID (Integer).

Syntax

Public Function ItemBySource( _
   ByVal SourceObjectType As Variant, _
   ByVal SourceObjectID As Variant _
) As LineageComponent

Parameters

  • SourceObjectType
  • SourceObjectID


  • No labels