다음을 통해 공유


IDbCommand.Cancel 메서드

Attempts to cancel the execution of an IDbCommand.

네임스페이스:  Microsoft.ReportingServices.DataProcessing
어셈블리:   Microsoft.ReportingServices.Interfaces(Microsoft.ReportingServices.Interfaces.dll)
  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
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.

참고 항목

참조

IDbCommand 인터페이스

Microsoft.ReportingServices.DataProcessing 네임스페이스