IDTSCustomProperty100.TypeConverter プロパティ

定義

IDTSCustomProperty100オブジェクトのタイプ変換器を取得するか設定します。

public:
 property System::String ^ TypeConverter { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(104)]
public string TypeConverter { [System.Runtime.InteropServices.DispId(104)] get; [System.Runtime.InteropServices.DispId(104)] set; }
[<System.Runtime.InteropServices.DispId(104)>]
[<get: System.Runtime.InteropServices.DispId(104)>]
[<set: System.Runtime.InteropServices.DispId(104)>]
member this.TypeConverter : string with get, set
Public Property TypeConverter As String

プロパティ値

IDTSCustomProperty100オブジェクト用のタイプコンバーター。

属性

注釈

TypeConverterプロパティは、ユーザー定義型を他のデータ型に変換する方法を指定できます。 一般的な用途の一つは、列挙の整数値をその整数値に対応する文字列に変換することです。 これを行うと、対応する整数値の代わりに、列挙名がプロパティグリッドに表示されます。

このプロパティの使用方法については、「Design-time Methods of a Data Flow Component」の「Creating Custom Properties」をご覧ください。

適用対象