IReportProgress インターフェイス

クラスの進行状況レポートを表示するメソッドを定義します。

名前空間:  Microsoft.SqlServer.Management
アセンブリ:  Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

構文

'宣言

Public Interface IReportProgress
'使用

Dim instance As IReportProgress
public interface IReportProgress
public interface class IReportProgress
type IReportProgress =  interface end
public interface IReportProgress

IReportProgress 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ IsCancellable ユーザーが操作を取り消せるかどうかを示す値を取得します。
パブリック プロパティ IsRunning 操作の状態が実行中かどうかを示す値を取得します。
パブリック プロパティ Message 現在の操作の状態に関連付けられているメッセージを取得します。
パブリック プロパティ Progress 現在の進行状況 (パーセンテージ) を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Cancel 操作を取り消します。

先頭に戻る

イベント

  名前 説明
パブリック イベント ProgressChanged 操作の進行状況の信号が変化したときに発生します。

先頭に戻る

関連項目

参照

Microsoft.SqlServer.Management 名前空間