Compartir a través de


IDTSProperty100.TypeConverter Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

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

Sintaxis

'Declaración
ReadOnly Property TypeConverter As String 
    Get
'Uso
Dim instance As IDTSProperty100 
Dim value As String 

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

Valor de la propiedad

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

Comentarios

For more information, see DtsProperty.

Vea también

Referencia

IDTSProperty100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper