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

Documentation

Support Forums
What can we help you with?
Topics

Azure Sql Data Warehouse Upload Mapping Element

API Type:
Varigence.Languages.Biml.Task.AstAzureSqlDataWarehouseUploadMappingNode
X-Ref:
  • Ast Azure Sql Data Warehouse Upload Mapping Node
  • Ast Dataflow Column Mapping Node

Attributes

AttributeAPI TypeDefaultDescription
SourceColumnString 
This value specifies the name of the source column in the data flow path mapping. This is a required property
IsUsedBooleanTrue
This value specifies whether the dataflow column is used.
SortKeyPositionInt320
This value specifies where the parent column is situated in the sort order. For example if the rows were first sorted by 2 other columns, then the value would be 3. If this column was not used for sorting, it's value should be 0.
SourceDataTypeDbTypeString
This value specifies the type of the column mapping using the unified type system.
SourceLengthInt320
This value specifies the length of the column mapping type. This property applies only to column mapping types that support a length specification, such as string and binary types.
SourcePrecisionInt320
This value specifies the precision or the number of digits in a column mapping type. This property only applies to column mapping types that support precision, such as decimal.
SourceScaleInt320
This value specifies the precision, or the number of digits, in a column mapping type. This property applies only to column mapping types that support precision, such as decimal.
TargetColumnString 
This value specifies the name of the destination column in the data flow path mapping.
TargetDataTypeDbTypeString
This value specifies the type of the target column mapping using the unified type system.
TargetLengthInt320
This value specifies the length of the target column mapping type. This property applies only to column mapping types that support a length specification, such as string and binary types.
TargetPrecisionInt320
This value specifies the precision or the number of digits in a target column mapping type. This property only applies to column mapping types that support precision, such as decimal.
TargetScaleInt320
This value specifies the precision, or the number of digits, in a target column mapping type. This property applies only to column mapping types that support precision, such as decimal.

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.

© Varigence