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

Documentation

Support Forums
What can we help you with?
Topics

Dataflow Component Override Element

API Type:
Varigence.Languages.Biml.Transformation.AstDataflowComponentOverrideNode
X-Ref:
  • Ast Dataflow Component Override Node
  • Ast Dataflow Override Node

Attributes

AttributeAPI TypeDefaultDescription
ComponentNameAstTransformationNode 
Specifies the SSIS dataflow component/transformation that is being targeted for property overrides. This is a required reference to an existing definiton.
DescriptionString 
Specifies the overridden description property value for the targeted dataflow object.
ErrorRowDispositionErrorRowDispositionIgnoreFailure
Specifies the overridden error row disposition property value for the targeted dataflow object.
TruncationRowDispositionTruncationRowDispositionIgnoreFailure
Specifies the overridden truncation row disposition property value for the targeted dataflow object.

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.
<Properties>
    <Property />
</Properties>
AstDataflowOverridePropertyNode
Provides a list of key/value pair override objects that can be used to more easily override properties from a metadata source or to override properties that have not been defined as attributes of the relevant override nodes.

© Varigence