次の方法で共有


Cancel メソッド

IDbCommand の実行の取り消しを試行します。

名前空間:  Microsoft.ReportingServices.DataProcessing
アセンブリ:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)

構文

'宣言
Sub Cancel
'使用
Dim instance As IDbCommand

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

説明

取り消す対象がない場合は、何も行われません。プロセスにコマンドが存在し、キャンセルの試行が失敗した場合は、例外がスローされます。