InterviewSolution
Saved Bookmarks
| 1. |
What do you understand by SSIS expressions? |
|
Answer» SSIS Expressions are USED for filtering information based on parameters and conditions to get desired information. They MAKE lives easy by helping to work with conditions, loops, and dynamic connections. The expression could consist of symbols, literals, identifiers, operators, and FUNCTIONS. They are mainly used for updating properties dynamically at runtime. Once we have the expressions ready, an expression evaluator parses this expression for VALIDATING the rules of the expression.
|
|