Metodo SqlCeConnection.GetSchema (String)

Restituisce le informazioni sullo schema per l'origine dati di questo oggetto SqlCeConnection utilizzando la stringa specificata per il nome dello schema.

Spazio dei nomi  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Sintassi

'Dichiarazione
Public Overrides Function GetSchema ( _
    collectionName As String _
) As DataTable
'Utilizzo
Dim instance As SqlCeConnection
Dim collectionName As String
Dim returnValue As DataTable

returnValue = instance.GetSchema(collectionName)
public override DataTable GetSchema(
    string collectionName
)
public:
virtual DataTable^ GetSchema(
    String^ collectionName
) override
abstract GetSchema : 
        collectionName:string -> DataTable 
override GetSchema : 
        collectionName:string -> DataTable 
public override function GetSchema(
    collectionName : String
) : DataTable

Parametri

Valore restituito

Tipo: System.Data.DataTable
Oggetto DataTable che contiene le informazioni sullo schema.

Vedere anche

Riferimento

SqlCeConnection Classe

Overload GetSchema

Spazio dei nomi System.Data.SqlServerCe