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.
Opens a user interface to edit a task.
Espace de noms: Microsoft.SqlServer.Dts.Runtime.Design
Assembly: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)
Syntaxe
'Déclaration
Function Edit ( _
parentWindow As IWin32Window _
) As Boolean
bool Edit (
IWin32Window parentWindow
)
bool Edit (
IWin32Window^ parentWindow
)
boolean Edit (
IWin32Window parentWindow
)
function Edit (
parentWindow : IWin32Window
) : boolean
Paramètres
- parentWindow
The IWin32Window interface of the designer hosting the task.
Valeur de retour
true indicates that the task properties were modified.
Notes
This method is called when you want to open the user interface that implements editing capabilities. If the user does change any settings, the Boolean is set to true so you can handle changes. You use the UITypeName to get the qualified name of the assembly that implements the user interface of the task. If UITypeName is null, that means that the task is not editable, or does not have a user interface for editing.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
IDtsLogProviderUI Interface
IDtsLogProviderUI Members
Microsoft.SqlServer.Dts.Runtime.Design Namespace