다음을 통해 공유


IDtsLogProviderUI.Edit Method

Opens a user interface to edit a task.

네임스페이스: Microsoft.SqlServer.Dts.Runtime.Design
어셈블리: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)

구문

‘선언
Function Edit ( _
    parentWindow As IWin32Window _
) As Boolean
bool Edit (
    IWin32Window parentWindow
)
bool Edit (
    IWin32Window^ parentWindow
)
boolean Edit (
    IWin32Window parentWindow
)
function Edit (
    parentWindow : IWin32Window
) : boolean

매개 변수

  • parentWindow
    The IWin32Window interface of the designer hosting the task.

반환 값

true indicates that the task properties were modified.

주의

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.

스레드 보안

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

IDtsLogProviderUI Interface
IDtsLogProviderUI Members
Microsoft.SqlServer.Dts.Runtime.Design Namespace