IDTSCustomProperty100.TypeConverter Properti

Definisi

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

Nilai Properti

Pengonversi jenis untuk IDTSCustomProperty100 objek.

Atribut

Keterangan

Properti TypeConverter memungkinkan Anda menentukan cara mengonversi jenis yang ditentukan pengguna ke jenis data lainnya. Salah satu penggunaan umum adalah mengonversi nilai bilangan bulat enumerasi ke string yang sesuai untuk nilai bilangan bulat tersebut. Ketika Anda melakukan ini, nama enumerasi ditampilkan dalam kisi properti alih-alih nilai bilangan bulat yang sesuai.

Untuk informasi tentang menggunakan properti ini, lihat "Membuat Properti Kustom" dalam Metode Waktu Desain komponen Aliran Data.

Berlaku untuk