Metodo SqlCeConnection.GetSchema (String, array<String[])
Restituisce le informazioni sullo schema per l'origine dati di questo oggetto SqlCeConnection utilizzando la stringa specificata per il nome dello schema e la matrice di stringa specificata per i valori delle restrizioni.
Spazio dei nomi System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Sintassi
'Dichiarazione
Public Overrides Function GetSchema ( _
collectionName As String, _
restrictionValues As String() _
) As DataTable
'Utilizzo
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
Parametri
- collectionName
Tipo: System.String
Nome della schema.
- restrictionValues
Tipo: array<System.String[]
Set di valori delle restrizioni.
Valore restituito
Tipo: System.Data.DataTable
Oggetto DataTable che contiene le informazioni sullo schema.