Proprietà DtsPropertyAttribute.UITypeEditor
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the UI type editor.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Property UITypeEditor As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
The UI type editor.