ITaskFormFactoryService.CreateTaskFormInstance(String, IContext) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance du formulaire de tâche.
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
Paramètres
- taskUIMoniker
- String
La chaîne qui représente le taskUIMoniker.
- context
- IContext
Une interface IContext qui récupère la valeur à partir du contexte.
Retours
La collecte d’informations à partir du formulaire de tâche objet.