Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Deletes the script task UI instance created by New(IWin32Window) method.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly : Microsoft.SqlServer.ScriptTaskUI (en Microsoft.SqlServer.ScriptTaskUI.dll)
Syntaxe
'Déclaration
Public Sub Delete ( _
parentWindow As IWin32Window _
)
'Utilisation
Dim instance As ScriptTaskUI
Dim parentWindow As IWin32Window
instance.Delete(parentWindow)
public void Delete(
IWin32Window parentWindow
)
public:
virtual void Delete(
IWin32Window^ parentWindow
) sealed
abstract Delete :
parentWindow:IWin32Window -> unit
override Delete :
parentWindow:IWin32Window -> unit
public final function Delete(
parentWindow : IWin32Window
)
Paramètres
- parentWindow
Type : System.Windows.Forms.IWin32Window
The parent window.
Implémente
IDtsTaskUI.Delete(IWin32Window)