Dataflow Overrides
Provides a collection of objects to override properties of the component, its input paths, its output paths, and its consituent dataflow columns.
Permitted Collection Child Definitions
Child | API Type | Description |
---|---|---|
<Component /> | AstDataflowComponentOverrideNode | This class provides all of the options necessary to override dataflow component properties during emission of an SSIS dataflow task. |
<InputPath /> | AstDataflowInputPathOverrideNode | This provides all of the options necessary to override dataflow input path properties during emission of an SSIS dataflow task. |
<OutputPath /> | AstDataflowOutputPathOverrideNode | This provides all of the options necessary to override dataflow output path properties during emission of an SSIS dataflow task. |