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

Documentation

Support Forums
What can we help you with?
Topics

Dataflow Input Path Override Element

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

Attributes

AttributeAPI TypeDefaultDescription
InputPathNameString 
Specifies the name of the Input Path that is the target of property overrides. This should normally match the value of the SsisName property of the relevant input path node. This is a required property
DescriptionString 
Specifies the overridden description property value for the targeted dataflow object.
ErrorOrTruncationOperationString 
Specifies the overridden error or truncation operation of the target dataflow input path.
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.
<Columns>
    <Column />
</Columns>
AstDataflowColumnOverrideNode
Provides a list of dataflow column property override objects that can be used to override properties of columns defined on the referenced InputPath.
<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