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.