I am writing a Windows Script Component File that will wrapper up some common code that I want to execute from more than one DTS package.
I can then treat the file as a COM object.
I want to access the DTSStepPrecedenceBasis constant values e.g.DTSStepPrecedenceBasis_ExecStatus
As my .wsc component is not running under DTS my script has no visibility to these.
Does anyone know how to get hold of these from a script that is not an ActiveX script within DTS?
For obvious reasons I do not want to declare the values locally.