Compartir a través de


DtsProperty.UITypeEditor Property

Returns the assembly-qualified type name of the graphical editor for the property. This type is read-only.

Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Sintaxis

'Declaración
Public ReadOnly Property UITypeEditor As String
public string UITypeEditor { get; }
public:
property String^ UITypeEditor {
    String^ get ();
}
/** @property */
public String get_UITypeEditor ()
public function get UITypeEditor () : String

Valor de propiedad

A String that contains the assembly-qualified type name of the UI editor for the property.

Notas

In some situations, a simple value-to-string conversion that allows a property to be displayed as text in a property browser might not be adequate. Also, a string-to-value configuration style may not be adequate for some types. For instance, in the case of a color property, a visual representation is more desirable. A UI type editor can provide a visual representation of a property value in a property grid control, such as a design-time property browser. A UI type editor can also provide a custom user interface for configuring the value or values of an object of a particular type. For a complete sample, see the Windows Forms UI Type Editor Sample in the .NET Framework Developer's Guide.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

DtsProperty Class
DtsProperty Members
Microsoft.SqlServer.Dts.Runtime Namespace