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

Documentation

Support Forums
What can we help you with?
Topics

Dataflow Column Override Element

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

Attributes

AttributeAPI TypeDefaultDescription
ColumnNameString 
Specifies the name of the dataflow column on the parent path that is the target of the property overrides. This is a required property
CodePageInt32-1
Specifies the overridden code page of the target dataflow column.
ComparisonFlagsInt32-1
Specifies the overridden comparison flags of the target dataflow column.
DataTypeDbType 
Specifies the overridden data type of the target dataflow column.
DescriptionString 
Specifies the overridden description property value for the targeted dataflow object.
ErrorOrTruncationOperationString 
Specifies the overridden error or truncation operation of the target dataflow column.
ErrorRowDispositionErrorRowDispositionIgnoreFailure
Specifies the overridden error row disposition property value for the targeted dataflow object.
LengthInt32-1
Specifies the overridden data length of the target dataflow column.
OutputAliasString 
Specifies the overridden output alias of the target dataflow column.
PrecisionInt32-1
Specifies the overridden data precision of the target dataflow column.
ScaleInt32-1
Specifies the overridden data scale of the target dataflow column.
SortKeyPositionInt32-1
Specifies the overridden sort key position of the target dataflow column.
SpecialFlagsInt32-1
Specifies the overridden special flags of the target dataflow column.
SsisDataTypeOverrideSsisDataTypeVarigence.Utility.DataType.SsisDataType.DT_EMPTY
Specifies the SSIS Data Type that should be used for the output column. This value overrides the value specified in the DataType property.
TruncationRowDispositionTruncationRowDispositionIgnoreFailure
Specifies the overridden truncation row disposition property value for the targeted dataflow object.
UsageTypeDataflowColumnUsageTypeReadOnly
Specifies the overridden usage type of the target dataflow column.

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