Here's my question: Is it possible for an Object type User Variable in SSIS to be configured using package configuration? Let's just say I intend to use the variable for storing an array, is it possible to configure it from the package configuration file?
P.S: Currently I still use string as the variable's type and then insert it into the Object-typed variable using Script Task
