Condividi tramite


Metodo GetSchemaTable

Gets a table that describes the schema.

Spazio dei nomi  Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)

Sintassi

'Dichiarazione
Public Function GetSchemaTable As DataTable
'Utilizzo
Dim instance As TraceReader
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 DataTable system object value that specifies a description of the schema.

Implementa

IDataReader. . :: . .GetSchemaTable() () () ()

Esempi

Readme_Tracer