次の方法で共有


DtsPropertyAttribute.UITypeEditor プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

UI 型エディターを取得します。値の設定も可能です。

名前空間:  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
UI 型エディターです。

関連項目

参照

DtsPropertyAttribute クラス

Microsoft.SqlServer.Dts.Runtime 名前空間