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

Documentation

Support Forums
What can we help you with?
Topics

Dataflow Output Column Element

API Type:
Varigence.Languages.Biml.Transformation.AstDataflowOutputColumnNode
X-Ref:
  • Ast Dataflow Output Column Node
  • Ast Dataflow Column Node
  • Ast Dataflow Column Base 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
CodePageInt320
This value specifies the integer index for the codepage of the dataflow column. This property applies only to dataflow column types that support code pages, such as strings. Codepages supported by Windows are listed at: http://msdn.microsoft.com/en-us/goglobal/bb964654.aspx.
DataTypeDbTypeInt32
This value specifies the type of the dataflow column node using a .NET DbType.
ErrorOrTruncationOperationString 
Defines the operations that may cause truncations or errors.
ErrorRowDispositionErrorRowDispositionNotUsed
Defines how errors for this column are handled by the component.
ExternalMetadataColumnNameAstDataflowExternalColumnNode 
Defines the external column related to this output column. This references an existing definiton.
LengthInt320
This value specifies the length for the dataflow column type. This property applies only to column types that support a length specification, such as String and Binary types.
LineageIdInt320
This value specifies the LineageId that will be used for this column during creation of the SQL Server Integration Services package. Under normal circumstances, this value will be populated automatically by the Biml compiler.
PrecisionInt320
This value specifies the precision, or the number of digits in a value. This property applies only to dataflow column types that support precision, such as decimal.
ScaleInt320
This value specifies the scale, the number of digits to the right of the decimal point in a value. This property applies only to dataflow column types that support precision, such as decimal.
SortOrderSortOrderAsc
Specifies the order (ascending or descending) of the column's sort order for the output. This property should only be set for components that produce sorted output - a Sort transform or a source component that allows specification of sort order.
SortPositionInt320
Specifies the column's position in the sort order for the output. This property should only be set for components that produce sorted output - a Sort transform or a source component that allows specification of sort order.
SourceColumnString 
Defines the upstream column that is mapped to this column. Not used if this is a column created by this component.
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.
TruncationRowDispositionTruncationRowDispositionNotUsed
Defines how truncations for this column are handled by the component.

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.
<ComparisonFlags>
    <ComparisonFlag />
</ComparisonFlags>
ComparisonFlags
Sets the string comparision values to use for this column.
<CustomProperties>
    <Property />
</CustomProperties>
AstDataflowPropertyNode
This is a collection of optional custom property definitions that are support on this dataflow column.

© Varigence