Свойство 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.