ITaskExecutionContext.ReportProgress(ITask, Int32, String) メソッド

定義

タスクの進行状況を報告するためのメソッドを示します。

public:
 void ReportProgress(Microsoft::SqlServer::Management::ITask ^ task, int progressPercentage, System::String ^ message);
public void ReportProgress (Microsoft.SqlServer.Management.ITask task, int progressPercentage, string message);
abstract member ReportProgress : Microsoft.SqlServer.Management.ITask * int * string -> unit
Public Sub ReportProgress (task As ITask, progressPercentage As Integer, message As String)

パラメーター

task
ITask

タスクを表すインターフェイス。

progressPercentage
Int32

タスクの進行状況 (パーセンテージ) を表す整数値。

message
String

テキスト メッセージを表す文字列値。

適用対象