Proprietà IDTSProperty100.TypeConverter

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property TypeConverter As String 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

For more information, see DtsProperty.

Vedere anche

Riferimento

IDTSProperty100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper