IRunningTaskFormsService 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表承載服務的 RunningTaskForms 物件。
public interface class IRunningTaskFormsService : System::Collections::Generic::ICollection<Microsoft::SqlServer::Management::TaskForms::ITaskFormManagerHost ^>, System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Management::TaskForms::ITaskFormManagerHost ^>
public interface IRunningTaskFormsService : System.Collections.Generic.ICollection<Microsoft.SqlServer.Management.TaskForms.ITaskFormManagerHost>, System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.TaskForms.ITaskFormManagerHost>
type IRunningTaskFormsService = interface
interface ICollection<ITaskFormManagerHost>
interface seq<ITaskFormManagerHost>
interface IEnumerable
Public Interface IRunningTaskFormsService
Implements ICollection(Of ITaskFormManagerHost), IEnumerable(Of ITaskFormManagerHost)
- 實作
方法
| 名稱 | Description |
|---|---|
| IsTaskFormInProgress(String, IContext) |
顯示對話框是否正在建立中。 例如,如果使用者嘗試開啟伺服器角色的屬性, |
| Remove(String, IContext) |
移除集合中特定物件的首次出現。 |
| TryGetTaskFormManagerHost(String, IContext, ITaskFormManagerHost) |
設定一個值,表示管理主機是否正在執行。 |