Condividi tramite


Proprietà AdoDotNetSchemaReader.SchemaTable

Recupera l'oggetto DataTable che rappresenta lo schema IDataReader passato nel costruttore AdoDotNetSchemaReader.

Spazio dei nomi:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SchemaTable As DataTable
public DataTable SchemaTable { get; }
public:
property DataTable^ SchemaTable {
    DataTable^ get ();
}
member SchemaTable : DataTable with get
function get SchemaTable () : DataTable

Valore proprietà

Tipo: DataTable
Restituisce un'istanza di un oggetto DataTable che rappresenta la tabella dello schema.

Note

Questo metodo chiama il metodo IDataReader.GetSchemaTable.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdoDotNetSchemaReader Classe

Spazio dei nomi Microsoft.VisualStudio.Data.AdoDotNet

DataReader

GetSchemaTable