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

このプロパティの使用方法については、「Data Flow コンポーネントのデザイン時メソッドのカスタム プロパティの作成」を参照してください。

適用対象