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

Compare with Current View Page History

Version 1 Next »

Description

Creates Data Stream with specified properties and returns new Data Stream. PARAMETERS: Transformation as String(name or GUID) or Integer(ID), LineageComponent(entity or view) as String(GUID) or Integer(ID), IsInputStream as Boolean.

Syntax

Public Function Add( _
   ByVal Transformation As Variant, _
   ByVal LineageComponent As Variant, _
   ByVal IsInputStream As Variant _
) As DataStream

Parameters

  • Transformation
  • LineageComponent
  • IsInputStream

See Also

  • No labels