Méthode Cancel
Tries to cancel the command that the AdomdCommand is currently running.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Sub Cancel
'Utilisation
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()
Implémente
Notes
If AdomdCommand is not running a command at the time that the Cancel method is called, nothing happens.