Unfortunately no, there is no way from the programming language.
Operationally, you can go in with something like TCPView from
http://www.sysinternals.com and kill the underlying TCP connection. That is
the best you can do.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Practices Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Christopher Stolte" <cstolte (AT) stanford (DOT) edu> wrote
Quote:
Hi,
Is there any implemented mechanism for canceling a long-running MDX
query from a C++ app connected using OLE DB? e.g., the equivalent of
ICommand->Cancel?
thanks
Chris |