Compartilhar via


Propriedade do RDL UITypeEditor

Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.

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

Sintaxe

'Declaração
Public Property UITypeEditor As String
    Get
    Set
'Uso
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)

Valor da propriedade

Tipo: System. . :: . .String