Proprietà SqlMetaData.TypeName
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
Spazio dei nomi System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property TypeName As String
Get
'Utilizzo
Dim instance As SqlMetaData
Dim value As String
value = instance.TypeName
public string TypeName { get; }
public:
property String^ TypeName {
String^ get ();
}
member TypeName : string
function get TypeName () : String
Valore proprietà
Tipo: System.String