BIML Language Reference
Dataflow Input Path Element
AstDataflowInputPathNode is used to model input paths in a SQL Server Integration Services dataflow task. Connections are made by referencing an appropriate output path.
Attributes
| Attribute | API Type | Default | Description | |
|---|---|---|---|---|
![]() | OutputPathName | AstDataflowOutputPathNode | Specifies the name of the output path that this input path will be bound to. Any data that flow out of the reference output path will flow into this input path. |
Collection Children
| Child | API Type | Description | |
|---|---|---|---|
![]() | <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. |




