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

The Microsoft.SqlServer.Dts.Runtime.Design namespace provides the classes and interfaces used to create and instantiate user interfaces for tasks and run-time extension objects.

클래스

  클래스 설명
공용 클래스 ConnectionManagerUIArgs Defines a base class for classes that provide the context of arguments that the SSIS Designer displays in the Connection Manager Editor when creating or editing connection managers. Currently the FILE and MULTIFILE connection manager editors support these parameters.
공용 클래스 FileConnectionManagerUIArgs Provides the context of arguments that the SSIS Designer displays in the File Connection Manager Editor when creating or editing File connection managers.
공용 클래스 MultiFileConnectionManagerUIArgs Provides the context of arguments that the SSIS Designer displays in the Multifile Connection Manager Editor when creating or editing File connection managers that can reference multiple files.
공용 클래스 TaskUILifetimeHintAttribute Defines a task lifetime attribute that specifies how expensive a user interface is to re-create.

인터페이스

  인터페이스 설명
공용 인터페이스 IDtsConnectionBaseService Provides a base service that can be used to create new connection.
공용 인터페이스 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.
공용 인터페이스 IDtsConnectionManagerUIChangeEvents Defines the interface for the change events of the connection manager.
공용 인터페이스 IDtsConnectionService Provides a service that can be used by various user interfaces to create new connections.
공용 인터페이스 IDtsLogProviderUI Defines the collection of methods and properties called by the SSIS Designer to initialize and display the user interface associated with log providers.
공용 인터페이스 IDtsMultiTaskUI 인프라입니다. Represents the DTS multi task UI.
공용 인터페이스 IDtsTaskUI Defines the collection of methods and properties called by the SSIS Designer to initialize and display the user interface associated with a task.
공용 인터페이스 IDtsVariableService Accesses existing variables or creates new variables in a package.

열거형

  열거형 설명
공용 열거형 TaskUILifetimeHint Provides information about how expensive it is to recreate the user interface for a task. The lifetime hint enumeration is used as an attribute on a task.