Condividi tramite


Metodo TraceReader.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

Vedere anche

Riferimento

TraceReader Classe

Spazio dei nomi Microsoft.SqlServer.Management.Trace

Altre risorse

Flag di traccia (Transact-SQL)

Modelli e autorizzazioni di SQL Server Profiler