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
Chaîne qui représente taskUIMoniker.
- context
- IContext
Interface IContext qui récupère la valeur à partir du contexte.
Retours
Informations sur la collection provenant du formulaire de tâche d'objet.