Proprietà TypeConverter
Returns the assembly-qualified type name of the type converter object for the property.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property TypeConverter As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A String that contains the assembly-qualified type name of the object that does type conversion.