Método GetSchemaTable
Gets a table that describes the schema.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (em Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintaxe
'Declaração
Public Function GetSchemaTable As DataTable
'Uso
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
Valor de retorno
Tipo: System.Data. . :: . .DataTable
A DataTable system object value that specifies a description of the schema.
Implementa
Consulte também