共用方式為


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.