' This shows how your can access and modify Connection strings both by index # & name
Dts.Connections.Item(0).ConnectionString = "Data Source=localhost;Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Auto Translate=False;"
MsgBox(Dts.Connections.Item(Cobj("10.10.0.11")).ConnectionString.ToString)