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

属性值

执行类型转换的对象的程序集限定的类型名称。

属性

注解

有关详细信息,请参阅 DtsProperty

适用于