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

Documentation

Support Forums
What can we help you with?
Topics

Component Output Path Element

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

Attributes

AttributeAPI TypeDefaultDescription
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property
DeleteOutputOnPathDetachedBooleanFalse
Defines whether this output should be automatically removed when the path is detached.
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.
ExclusionGroupInt320
Defines the excluson group of the output. An exclusion group is used when a row may be sent to one of multiple outputs.
HasSideEffectsBooleanFalse
Gets or sets a value that indicates whether this component can be removed when its output is not attached to a downstream component.
IsErrorOutputBooleanFalse
Indicates that the associated output is used for error rows.
SsisNameString 
Specifies the name of the object.
SynchronousInputString 
Defines the input that is synchronous with this output. If it is left null, the output is treated as asynchronous.
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
Provides for custom properties on outputs for components that leverage this functionality
<ExternalColumns>
    <ExternalColumn />
</ExternalColumns>
AstDataflowExternalColumnNode
This collection enables the user to manually define additional columns to be added to the external metadata columns for the Task.
<OutputColumns>
    <OutputColumn />
</OutputColumns>
AstDataflowOutputColumnNode
This collection enables the user to manually define additional columns to be added to the output columns for the Task.

© Varigence