Cancel 메서드
Attempts to cancel the execution of an IDbCommand.
네임스페이스: Microsoft.ReportingServices.DataProcessing
어셈블리: Microsoft.ReportingServices.Interfaces.dll의 Microsoft.ReportingServices.Interfaces
구문
‘선언
Sub Cancel
‘사용 방법
Dim instance As IDbCommand
instance.Cancel()
void Cancel()
void Cancel()
abstract Cancel : unit -> unit
function Cancel()
주의
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.