Condividi tramite


Spazio dei nomi 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.

Classi

  Classe Descrizione
Classe pubblica 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.
Classe pubblica FileConnectionManagerUIArgs Provides the context of arguments that the SSIS Designer displays in the File Connection Manager Editor when creating or editing File connection managers.
Classe pubblica 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.
Classe pubblica TaskUILifetimeHintAttribute Defines a task lifetime attribute that specifies how expensive a user interface is to re-create.

Interfacce

  Interfaccia Descrizione
Interfaccia pubblica 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.
Interfaccia pubblica IDtsConnectionService Provides a service that can be used by various user interfaces to create new connections.
Interfaccia pubblica IDtsLogProviderUI Defines the collection of methods and properties called by the SSIS Designer to initialize and display the user interface associated with log providers.
Interfaccia pubblica IDtsMultiTaskUI Infrastruttura.
Interfaccia pubblica IDtsTaskUI Defines the collection of methods and properties called by the SSIS Designer to initialize and display the user interface associated with a task.
Interfaccia pubblica IDtsVariableService Accesses existing variables or creates new variables in a package.

Enumerazioni

  Enumerazione Descrizione
Enumerazione pubblica 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.