DtsPropertyAttribute.UITypeEditor Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the UI type editor.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
The UI type editor.