IDtsTaskUI 인터페이스
Defines the collection of methods and properties called by the SSIS Designer to initialize and display the user interface associated with a task.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Design
어셈블리: Microsoft.SqlServer.Dts.Design(Microsoft.SqlServer.Dts.Design.dll)
구문
‘선언
Public Interface IDtsTaskUI
‘사용 방법
Dim instance As IDtsTaskUI
public interface IDtsTaskUI
public interface class IDtsTaskUI
type IDtsTaskUI = interface end
public interface IDtsTaskUI
IDtsTaskUI 유형에서 다음 멤버를 표시합니다.
메서드
이름 | 설명 | |
---|---|---|
![]() |
Delete | Deletes an existing task from the package. |
![]() |
GetView | Retrieves the user interface to show. This method is called by the client. |
![]() |
Initialize | Associates a user interface with its task. Called by the client, which is usually the designer application. |
![]() |
New | Adds a new task to a package. |
맨 위로 이동