Proprietà DtsPropertyAttribute.TypeConverter
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the type converter for the attribute.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Property TypeConverter As String
Get
Set
'Utilizzo
Dim instance As DtsPropertyAttribute
Dim value As String
value = instance.TypeConverter
instance.TypeConverter = value
public string TypeConverter { get; set; }
public:
property String^ TypeConverter {
String^ get ();
void set (String^ value);
}
member TypeConverter : string with get, set
function get TypeConverter () : String
function set TypeConverter (value : String)
Valore proprietà
Tipo: System.String
The type converter for the attribute.