Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Returns the assembly-qualified type name of the type converter object for the property.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property TypeConverter As String
Get
'Usage
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
Property Value
Type: System.String
A String that contains the assembly-qualified type name of the object that does type conversion.