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