TypeConverter 属性

Returns the assembly-qualified type name of the type converter object for the property.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public ReadOnly Property TypeConverter As String
    Get
用法
Dim instance As DtsProperty
Dim value As String

value = instance.TypeConverter
public string TypeConverter { get; }
public:
property String^ TypeConverter {
    String^ get ();
}
member TypeConverter : string
function get TypeConverter () : String

属性值

类型:System. . :: . .String
A String that contains the assembly-qualified type name of the object that does type conversion.