IDTSProperty100.TypeConverter 屬性

定義

取得屬性之類型轉換子物件的組件限定類型名稱。

public:
 property System::String ^ TypeConverter { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(7)]
public string TypeConverter { [System.Runtime.InteropServices.DispId(7)] get; }
[<System.Runtime.InteropServices.DispId(7)>]
[<get: System.Runtime.InteropServices.DispId(7)>]
member this.TypeConverter : string
Public ReadOnly Property TypeConverter As String

屬性值

String

執行類型轉換之物件的組件限定類型名稱。

屬性

備註

如需詳細資訊,請參閱DtsProperty

適用於