GetSchemaTable méthode
Gets a table that describes the schema.
Espace de noms : Microsoft.SqlServer.Management.Trace
Assembly : Microsoft.SqlServer.ConnectionInfoExtended (dans Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntaxe
'Déclaration
Public Function GetSchemaTable As DataTable
'Utilisation
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
Valeur de retour
Type : System.Data. . :: . .DataTable
A DataTable system object value that specifies a description of the schema.
Implémente
Voir aussi