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

Documentation

Support Forums
What can we help you with?
Topics

Adf Dataset Element Schema Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfDatasetSchemaElementNode
X-Ref:
  • Ast Adf Dataset Schema Element Node

Attributes

AttributeAPI TypeDefaultDescription
DataTypeAdfCopyActivityMappingDataTypeUnspecified
Type of the dataset schema column.
NameString 
Name of the column in the schema.
RawDataTypeString 
The data type of the dataset schema column. This will override any computed value from the DataType property.
RawLengthString 
The length of the data type of the dataset schema column. This must be used in conjunction with RawDataType and will override any computed length from DataType.
RawPrecisionString 
The precision of the data type of the dataset schema column. This must be used in conjunction with RawDataType and will override any computed precision from DataType.
RawScaleString 
The scale of the data type of the dataset schema column. This must be used in conjunction with RawDataType and will override any computed scale from DataType.

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