Compartir a través de


TypeConverter Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property TypeConverter As String
    Get
'Uso
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

Valor de la propiedad

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