Méthode SqlCeConnection.GetSchema (String, array<String[])

Retourne les informations de schéma pour la source de données de ce SqlCeConnection en utilisant la chaîne spécifiée pour le nom du schéma et le tableau de chaînes spécifié pour les valeurs de restriction.

Espace de noms :  System.Data.SqlServerCe
Assembly :  System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)

Syntaxe

'Déclaration
Public Overrides Function GetSchema ( _
    collectionName As String, _
    restrictionValues As String() _
) As DataTable
'Utilisation
Dim instance As SqlCeConnection
Dim collectionName As String
Dim restrictionValues As String()
Dim returnValue As DataTable

returnValue = instance.GetSchema(collectionName, _
    restrictionValues)
public override DataTable GetSchema(
    string collectionName,
    string[] restrictionValues
)
public:
virtual DataTable^ GetSchema(
    String^ collectionName, 
    array<String^>^ restrictionValues
) override
abstract GetSchema : 
        collectionName:string * 
        restrictionValues:string[] -> DataTable 
override GetSchema : 
        collectionName:string * 
        restrictionValues:string[] -> DataTable 
public override function GetSchema(
    collectionName : String, 
    restrictionValues : String[]
) : DataTable

Paramètres

  • restrictionValues
    Type : array<System.String[]
    Ensemble de valeurs de restriction.

Valeur de retour

Type : System.Data.DataTable
DataTable qui contient les informations de schéma.

Voir aussi

Référence

SqlCeConnection Classe

Surcharge GetSchema

Espace de noms System.Data.SqlServerCe