ITaskFormManager.Initialize(String, IContext, ITaskFormInfo) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 TaskFormManager 的屬性。
public:
void Initialize(System::String ^ moniker, Microsoft::SqlServer::Management::Data::IContext ^ context, Microsoft::SqlServer::Management::TaskForms::ITaskFormInfo ^ taskFormInfo);
public void Initialize(string moniker, Microsoft.SqlServer.Management.Data.IContext context, Microsoft.SqlServer.Management.TaskForms.ITaskFormInfo taskFormInfo);
abstract member Initialize : string * Microsoft.SqlServer.Management.Data.IContext * Microsoft.SqlServer.Management.TaskForms.ITaskFormInfo -> unit
Public Sub Initialize (moniker As String, context As IContext, taskFormInfo As ITaskFormInfo)
參數
- moniker
- String
一個字串值代表任務表單的名稱。
- context
- IContext
一個介面,代表任務表單的上下文值。
- taskFormInfo
- ITaskFormInfo
一個介面,代表任務表單中要顯示的資訊。