![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I found a few entry points in dtsui.dll which look like they may do the job. ActivateDesignerWindow, CloseDesignerWindow, CreateDesignSurface, InvokeDesignerCommand. I have not found a COM interface for this DLL. I don't know what the call parameters are. We are doing package management outside of Enterprise Manager, and it would be NICE to be able to pull up these packages for editing in our tool. Does anyone know how to get a DTS Designer session opened for a package found in a structured storage file? |
#3
| |||
| |||
|
|
In message <#mdt$605DHA.2404 (AT) TK2MSFTNGP11 (DOT) phx.gbl>, Lee Gillie ANTISPAMIFICATION_lee (AT) odp (DOT) com> writes I found a few entry points in dtsui.dll which look like they may do the job. ActivateDesignerWindow, CloseDesignerWindow, CreateDesignSurface, InvokeDesignerCommand. I have not found a COM interface for this DLL. I don't know what the call parameters are. We are doing package management outside of Enterprise Manager, and it would be NICE to be able to pull up these packages for editing in our tool. Does anyone know how to get a DTS Designer session opened for a package found in a structured storage file? I do not believe this is possible, and it is certainly not documented. You could write your own layout designer, and then just invoke task UIs as required. Not an easy job though. -- Darren Green (SQL Server MVP) DTS - http://www.sqldts.com PASS - the definitive, global community for SQL Server professionals http://www.sqlpass.org |
![]() |
| Thread Tools | |
| Display Modes | |
| |