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

Documentation

Support Forums
What can we help you with?
Topics

Dataflow Property Element

API Type:
Varigence.Languages.Biml.Transformation.AstDataflowPropertyNode
X-Ref:
  • Ast Dataflow Property Node

Attributes

AttributeAPI TypeDefaultDescription
DataTypeSsisDataflowPropertyDataTypeEmpty
This value specifies the type of the variable that should be assigned to the custom dataflow property. This is a required property
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
ContainsIdBooleanFalse
Indicates whether this property contains a data linage column id.
DescriptionString 
This value stores the description that is emitted in SSIS for the data flow property.
IsArrayBooleanFalse
This value specifies whether the dataflow property is an array of values.
LineageIdListSeparatorString 
In the case of a list of lineage ids, this property specifies the string sequence that is used to separate items in the list. The same separator is used both for extracting column name lists and emitting the list of translated lineage ids.
StateSsisComponentPropertyPersistStateDefault
Specifies how the property is persisted in the package XML.
SupportsExpressionBooleanFalse
This value specifies whether the custom dataflow property support the use of SQL Server Integration Services expressions in the value.
TranslateValueToLineageIdBooleanFalse
Specifies whether the compiler should translate the property value or values into SSIS lineage ids during emission. This property is used in combination with the LineageIdListSeparator property, if a list of lineage ids is expected.
TypeConverterString 
This value specifies the name of the type converter to use.
UITypeEditorString 
This value specifies the name of the user interface type editor that should be used for this custom dataflow property.

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