Dataflow Output Path Element
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
Name | String | 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 | |
IsErrorOutput | Boolean | False | Indicates that the associated output is used for error rows. |
SsisName | String | Specifies the name of the object. |
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. |
<CustomProperties> <CustomProperty /> </CustomProperties> | AstDataflowPropertyNode | Provides for custom properties on outputs for components that leverage this functionality |
<ExternalColumns> <ExternalColumn /> </ExternalColumns> | AstDataflowExternalColumnNode | This collection enables the user to manually define additional columns to be added to the external metadata columns for the Task. |
<OutputColumns> <OutputColumn /> </OutputColumns> | AstDataflowOutputColumnNode | This collection enables the user to manually define additional columns to be added to the output columns for the Task. |