ITaskFormFactoryService.CreateTaskFormInstance(String, IContext) Method

Definition

Initializes a new instance of the task form.

public:
 Microsoft::SqlServer::Management::TaskForms::ITaskFormManager ^ CreateTaskFormInstance(System::String ^ taskUIMoniker, Microsoft::SqlServer::Management::Data::IContext ^ context);
public Microsoft.SqlServer.Management.TaskForms.ITaskFormManager CreateTaskFormInstance (string taskUIMoniker, Microsoft.SqlServer.Management.Data.IContext context);
abstract member CreateTaskFormInstance : string * Microsoft.SqlServer.Management.Data.IContext -> Microsoft.SqlServer.Management.TaskForms.ITaskFormManager
Public Function CreateTaskFormInstance (taskUIMoniker As String, context As IContext) As ITaskFormManager

Parameters

taskUIMoniker
String

The string that represents the taskUIMoniker.

context
IContext

An IContext interface that retrieves the value from the context.

Returns

The collection information from the object task form.

Applies to