Cancels the execution of an SACommand object.
Public Overrides Sub Cancel()
public override void Cancel()
If there is nothing to cancel, nothing happens. If there is a command in process, a "Statement interrupted by user" exception is thrown.