次の方法で共有


IDbCommand.Cancel メソッド

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()

説明

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

関連項目

参照

IDbCommand インターフェイス

Microsoft.ReportingServices.DataProcessing 名前空間