I have SSIS variable of type object which holds the OLE DB result set from OLE DB source.
The object is list of blogs with each blog having attributes title and description. How can I parse the SSIS object variable and iterate over each blog and then field?
EDIT :
I want to read full result set in script task.