Dataflow Input Path Override Element
X-Ref:
- Ast Dataflow Input Path Override Node
- Ast Dataflow Override Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
InputPathName | String | Specifies the name of the Input Path that is the target of property overrides. This should normally match the value of the SsisName property of the relevant input path node. This is a required property | |
Description | String | Specifies the overridden description property value for the targeted dataflow object. | |
ErrorOrTruncationOperation | String | Specifies the overridden error or truncation operation of the target dataflow input path. | |
ErrorRowDisposition | ErrorRowDisposition | IgnoreFailure | Specifies the overridden error row disposition property value for the targeted dataflow object. |
TruncationRowDisposition | TruncationRowDisposition | IgnoreFailure | Specifies the overridden truncation row disposition property value for the targeted dataflow 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. |
<Columns> <Column /> </Columns> | AstDataflowColumnOverrideNode | Provides a list of dataflow column property override objects that can be used to override properties of columns defined on the referenced InputPath. |
<Properties> <Property /> </Properties> | AstDataflowOverridePropertyNode | Provides a list of key/value pair override objects that can be used to more easily override properties from a metadata source or to override properties that have not been defined as attributes of the relevant override nodes. |