Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: The new ScriptTask - how to get a reference to my package

       ' 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)

Viewing post 1 (of 1 total)