AMO: refresh DSV and accept changes.. -
05-16-2006
, 04:49 PM
Hi,
I am stumped on this, how can I programmatically do what can be done in
Visual Studio by:
1. Right clicking inside datasource view
2. Choosing refresh
3. Accepting the changes
I am trying to get new fact table columns into the DSV, obviously
without doing the manual steps above.
I have tried dsv.Refresh() and dsv.Update() but it is not as simple as
that or the sequencing is incorrect (or, most likely, I am looking in
entirely the wrong place).
Thanks for any help. |