DtsPropertyAttribute.UITypeEditor 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets the UI type editor.
命名空间: Microsoft.SqlServer.Dts.Runtime
程序集: Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)
语法
声明
Public Property UITypeEditor As String
Get
Set
用法
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)
属性值
类型:System.String
The UI type editor.