Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS - Get package from custom task

Status
Not open for further replies.

SeanJansson

Programmer
Aug 2, 1999
13
0
0
GB

Using visual basic 6, I have written 2 DTS Custom Tasks. Lets call them task1 and task2.

At the edit properties stage of task2, I would like to determine if there are any occurences of task1 present.

If I could get a handle on the package, I would be away.
But how ?

I think it must be possible since tasks are polymorphic and the standard tasks appear to have access to the package model, most notably to Collections and global variables..

Any help would be gratefully received.
Cheers,
Sean Jansson



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top