Partager via


Propriété DtsPropertyAttribute.UITypeEditor

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the UI type editor.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Property UITypeEditor As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The UI type editor.

Voir aussi

Référence

DtsPropertyAttribute Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime