IDtsConnectionManagerUI 인터페이스

Defines the interface for editing connection managers. This class is inherited by all connection manager user interfaces. It returns the connection manager user interface that is used for editing the connection manager.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Design
어셈블리:  Microsoft.SqlServer.Dts.Design(Microsoft.SqlServer.Dts.Design.dll)

구문

‘선언
Public Interface IDtsConnectionManagerUI
‘사용 방법
Dim instance As IDtsConnectionManagerUI
public interface IDtsConnectionManagerUI
public interface class IDtsConnectionManagerUI
type IDtsConnectionManagerUI =  interface end
public interface IDtsConnectionManagerUI

IDtsConnectionManagerUI 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 Delete Provides notification for tasks. This method is called before an existing connection manager is removed from the package.
공용 메서드 Edit Edits an existing connection manager.
공용 메서드 Initialize Initializes the connection manager user interface. This method is called when you need to create connections of a specific type.
공용 메서드 New Provides notification to tasks of newly created connection managers. This method is called after a new connection manager is added to the package.

맨 위로 이동

주의

If the class is nullnull 참조(Visual Basic에서는 Nothing), there is not a connection manager defined for this connection, and the designer needs to show the properties window.

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime.Design 네임스페이스