Delen via


DtsPropertyAttribute.UITypeEditor Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the UI type editor.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Property UITypeEditor As String 
    Get 
    Set
'Usage
Dim instance As DtsPropertyAttribute 
Dim value As String 

value = instance.UITypeEditor

instance.UITypeEditor = value
public string UITypeEditor { get; set; }
public:
property String^ UITypeEditor {
    String^ get ();
    void set (String^ value);
}
member UITypeEditor : string with get, set
function get UITypeEditor () : String 
function set UITypeEditor (value : String)

Property Value

Type: System.String
The UI type editor.

See Also

Reference

DtsPropertyAttribute Class

Microsoft.SqlServer.Dts.Runtime Namespace