IDtsTaskUI.New(IWin32Window) 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.
Ajoute une nouvelle tâche à un package.
public:
void New(System::Windows::Forms::IWin32Window ^ parentWindow);
public void New (System.Windows.Forms.IWin32Window parentWindow);
abstract member New : System.Windows.Forms.IWin32Window -> unit
Public Sub New (parentWindow As IWin32Window)
Paramètres
- parentWindow
- IWin32Window
Nom de la fenêtre parente.
Remarques
Une opération de collage appelle cette New méthode après avoir collé une nouvelle tâche dans le concepteur. Vous pouvez vérifier si IsPasteActive cette tâche a été créée par une opération de copie/collage ou de coupe/collage. Dans ce cas, un nouveau nom peut être requis sur la tâche afin que les tâches n’aient pas de noms en double.