Proprietà AdoDotNetMappedObjectConverter.DataTypes
Ottiene i tipi di dati come istanze di DataTable.
Spazio dei nomi: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Sintassi
'Dichiarazione
Protected ReadOnly Property DataTypes As DataTable
protected DataTable DataTypes { get; }
protected:
property DataTable^ DataTypes {
DataTable^ get ();
}
member DataTypes : DataTable with get
function get DataTypes () : DataTable
Valore proprietà
Tipo: DataTable
Un'istanza di oggetto DataTable che rappresenta i tipi di dati.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
AdoDotNetMappedObjectConverter Classe
Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet