Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns schema information for the data source of this SqlCeConnection.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Overrides Function GetSchema As DataTable
'Usage
Dim instance As SqlCeConnection
Dim returnValue As DataTable
returnValue = instance.GetSchema()
public override DataTable GetSchema()
public:
virtual DataTable^ GetSchema() override
abstract GetSchema : unit -> DataTable
override GetSchema : unit -> DataTable
public override function GetSchema() : DataTable
Return Value
Type: System.Data.DataTable
A DataTable that contains schema information.