Metodo DataProvider.GetSchemaTable

Gets a schema table that describes the column metadata. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Function GetSchemaTable As DataTable
'Utilizzo
Dim instance As DataProvider 
Dim returnValue As DataTable 

returnValue = instance.GetSchemaTable()
public DataTable GetSchemaTable()
public:
virtual DataTable^ GetSchemaTable() sealed
abstract GetSchemaTable : unit -> DataTable  
override GetSchemaTable : unit -> DataTable
public final function GetSchemaTable() : DataTable

Valore restituito

Tipo: System.Data.DataTable
A schema table that describes the column metadata.

Implementa

IDataReader.GetSchemaTable()

Vedere anche

Riferimento

DataProvider Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc