Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Attempts to cancel the execution of an IDbCommand.
Espace de noms : Microsoft.ReportingServices.DataProcessing
Assemblys : Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Microsoft.ReportingServices.SharePoint.UI.WebParts (en Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
Syntaxe
'Déclaration
Sub Cancel
'Utilisation
Dim instance As IDbCommand
instance.Cancel()
void Cancel()
void Cancel()
abstract Cancel : unit -> unit
function Cancel()
Notes
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.