Compartilhar via


Método Cancel

Attempts to cancel the execution of an IDbCommand.

Namespace:  Microsoft.ReportingServices.DataProcessing
Assembly:  Microsoft.ReportingServices.Interfaces (em Microsoft.ReportingServices.Interfaces.dll)

Sintaxe

'Declaração
Sub Cancel
'Uso
Dim instance As IDbCommand

instance.Cancel()
void Cancel()
void Cancel()
abstract Cancel : unit -> unit 
function Cancel()

Comentários

If there is nothing to cancel, nothing happens. If there is a command in process, and the attempt to cancel fails, an exception is thrown.