Partager via


Propriété TypeConverter

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TypeConverter As String
    Get
'Utilisation
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

Valeur de propriété

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