Compartir a través de


IDtsLogProviderUI.Edit Método

Opens a user interface to edit a task.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Design
Ensamblado:  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Sintaxis

'Declaración
Function Edit ( _
    parentWindow As IWin32Window _
) As Boolean
'Uso
Dim instance As IDtsLogProviderUI 
Dim parentWindow As IWin32Window 
Dim returnValue As Boolean 

returnValue = instance.Edit(parentWindow)
bool Edit(
    IWin32Window parentWindow
)
bool Edit(
    IWin32Window^ parentWindow
)
abstract Edit : 
        parentWindow:IWin32Window -> bool
function Edit(
    parentWindow : IWin32Window
) : boolean

Parámetros

Valor devuelto

Tipo: System.Boolean
true indicates that the task properties were modified.

Comentarios

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.

Vea también

Referencia

IDtsLogProviderUI Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Design