次の方法で共有


IRunningTaskFormsService.IsTaskFormInProgress(String, IContext) メソッド

定義

ダイアログ ボックスの作成中かどうかを示します。 たとえば、ユーザーがサーバー ロールのプロパティを開こうとした場合、taskFormMoniker は使用するコードを、context は呼び出されたオブジェクトを示します。

public:
 bool IsTaskFormInProgress(System::String ^ taskFormMoniker, Microsoft::SqlServer::Management::Data::IContext ^ context);
public bool IsTaskFormInProgress (string taskFormMoniker, Microsoft.SqlServer.Management.Data.IContext context);
abstract member IsTaskFormInProgress : string * Microsoft.SqlServer.Management.Data.IContext -> bool
Public Function IsTaskFormInProgress (taskFormMoniker As String, context As IContext) As Boolean

パラメーター

taskFormMoniker
String

開かれるダイアログ ボックスの現在のモニカー。

context
IContext

クリックが発生したノード。

戻り値

タスク フォームが実行中である場合は true、それ以外の場合は false

適用対象