I am using .NET to extract meta data from an SSIS package.
Is there a way to extract the mapping information from and OLEDB source (no variable used for statement) and it’s destination?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, although you’ll have to get deep into the weeds of the IDTSPipeline100 and associated interfaces to do so:
Note that you will need references to the
Microsoft.SqlServer.ManagedDTS,Microsoft.SqlServer.DtsPipelineWrapandMicrosoft.SqlServer.DtsRuntimeWrapDLLs for this code to compile.