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()

实现

IDbCommand.Cancel()

注释

If AdomdCommand is not running a command at the time that the Cancel method is called, nothing happens.

请参阅

参考

AdomdCommand 类

Microsoft.AnalysisServices.AdomdServer 命名空间