Freigeben über


IDTSProperty100.TypeConverter-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Property TypeConverter As String 
    Get
'Usage
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

Eigenschaftswert

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

Hinweise

For more information, see DtsProperty.

Siehe auch

Verweis

IDTSProperty100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace