Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets the assembly-qualified type name of the graphical editor for the property.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
ReadOnly Property UITypeEditor As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
The assembly-qualified type name of the UI editor for the property.
Comentarios
For more information, see DtsProperty.