05-28-2007 11:32 AM
05-29-2007 04:37 PM
Altomare,
I am afraid there is not a way to change all loaded steps of the modified step type automatically.
What you could do is to modify all the step type instances in a particular sequence file one by one.
You would have to do the following:
1. Traverse all the sequences in the sequence file.
2. For each sequence, traverse all the steps.
3. If the type of the step is the of the type you want to change, modify the 'AdapterKeyName' property.
Could you provide more details of your use case?
Why do you want to change the designated adapter programmatically?
Hope it helps.
05-30-2007 01:59 AM