Partager via


Propriété IDTSProperty100.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 the assembly-qualified type name of the graphical editor for the property.

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

Syntaxe

'Déclaration
ReadOnly Property UITypeEditor As String 
    Get
'Utilisation
Dim instance As IDTSProperty100 
Dim value As String 

value = instance.UITypeEditor
string UITypeEditor { get; }
property String^ UITypeEditor {
    String^ get ();
}
abstract UITypeEditor : string
function get UITypeEditor () : String

Valeur de propriété

Type : System.String
The assembly-qualified type name of the UI editor for the property.

Notes

For more information, see DtsProperty.

Voir aussi

Référence

IDTSProperty100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper