ITaskFormManager.Initialize(String, IContext, ITaskFormInfo) 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 les propriétés de 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)
Paramètres
- moniker
- String
Valeur de chaîne représentant le moniker du formulaire de tâche.
- context
- IContext
Interface qui représente la valeur de contexte du formulaire de tâche.
- taskFormInfo
- ITaskFormInfo
Interface qui représente les informations à afficher dans le formulaire de tâche.