ITaskFormManager.Initialize(String, IContext, ITaskFormInfo) Method

Definition

Initializes the properties of the 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)

Parameters

moniker
String

A string value representing the moniker of the task form.

context
IContext

An interface that represents the context value of the task form.

taskFormInfo
ITaskFormInfo

An interface that represents the information to be displayed in the task form.

Applies to