Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Connectivity » Script Task   (RSS)
Sorry, but there are no more tags available to filter with.

Accessing OLEDB Connection Managers in a Script

Accessing ADO.Net Connection Managers from an SSIS script task / script component is pretty easy – you just need to cast the object returned from AcquireConnection() to the appropriate class (i.e. SqlConnection if you’re using SQL Native Client). SqlConnection
Posted by mmasson | 3 Comments
 
Page view tracker