Метод AdomdCommand.Cancel
Tries to cancel the command that the AdomdCommand is currently running.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
Public Sub Cancel
'Применение
Dim instance As AdomdCommand
instance.Cancel()
public void Cancel()
public:
virtual void Cancel() sealed
abstract Cancel : unit -> unit
override Cancel : unit -> unit
public final function Cancel()
Реализует
Замечания
If AdomdCommand is not running a command at the time that the Cancel method is called, nothing happens.