IRunningTaskFormsService.IsTaskFormInProgress(String, IContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
顯示對話框是否正在建立中。 例如,如果使用者嘗試開啟伺服器角色的屬性, 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