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

Documentation

Support Forums
What can we help you with?
Topics

Adf Script Parameter Element

API Type:
Varigence.Languages.Biml.DataFactory.AstAdfScriptParameterNode
X-Ref:
  • Ast Adf Script Parameter 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
DataTypeAdfCopyActivityMappingDataTypeUnspecified
Specifies the data type of the parameter.
DirectionAdfScriptParameterDirectionUnspecified
Specifies the direction of the parameter.
SizeInt320
Specifies the size of the parameter. This property is required if the Direction is Output or InputOutput and the DataType is Byte[] or String.
TreatAsNullBooleanFalse
Specifies if the parameter value should be treated as null.

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