ForceExecution is a property of Control flow elements in SSIS. If it is
enabled to any of the element then ssis engine follows the execution result as
per the given parameters. In other words to control the execution result of any
control flow element we can use this property.
- ForceExecutionValue: True or False
- ForcedExecutionType: <Datatype>
- ForcedExecutionValue: <Value>, we usually give as 1 to make sute its true.
No comments:
Post a Comment
If you have any doubt, please let me know.