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.

請參閱

參考

DtsPropertyAttribute 類別

Microsoft.SqlServer.Dts.Runtime 命名空間