• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Component Input Path Element

API Type:
Varigence.Languages.Biml.Transformation.AstComponentInputPathNode
X-Ref:
  • Ast Component Input Path Node
  • Ast Dataflow Input Path Node

Attributes

AttributeAPI TypeDefaultDescription
ErrorOrTruncationOperationString 
Defines the types of errors or truncations that can occur while processing rows from this input.
ErrorRowDispositionErrorRowDispositionNotUsed
Specifies how the component will handle error conditions.
HasSideEffectsBooleanFalse
Gets or sets a value that indicates whether this component can be removed when its output is not attached to a downstream component.
IdentifierString 
Defines the name of the component input.
OutputPathNameAstDataflowOutputPathNode 
Specifies the name of the output path that this input path will be bound to. Any data that flow out of the reference output path will flow into this input path. This references an existing definiton.
PathAnnotationDataflowPathAnnotationAsNeeded
Specifies the path annotation mode that should be used for the parent input path.
SsisNameString 
Specifies the name of the object to be used in DTSX package emission.
TruncationRowDispositionTruncationRowDispositionNotUsed
Specifies how the component will handle truncations.

Collection Children

ChildAPI TypeDescription
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.
<CustomProperties>
    <CustomProperty />
</CustomProperties>
AstDataflowPropertyNode
Defines custom properties for this input.
<ExternalColumns>
    <ExternalColumn />
</ExternalColumns>
AstDataflowExternalColumnNode
A collection that defines the columns in an external data source.
<InputColumns>
    <InputColumn />
</InputColumns>
AstComponentInputColumnNode
Defines the collection of Input Columns associated with this input.

© Varigence