Dataflow Component Override Element
X-Ref:
- Ast Dataflow Component Override Node
- Ast Dataflow Override Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
ComponentName | AstTransformationNode | Specifies the SSIS dataflow component/transformation that is being targeted for property overrides. This is a required reference to an existing definiton. | |
Description | String | Specifies the overridden description property value for the targeted dataflow object. | |
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. |
<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. |