Méthode Api.JetOpenTable
Ouvre un curseur sur une table créée précédemment.
Espace de noms :Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Function JetOpenTable ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
tablename As String, _
parameters As Byte(), _
parametersSize As Integer, _
grbit As OpenTableGrbit, _
<OutAttribute> ByRef tableid As JET_TABLEID _
) As JET_wrn
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim tablename As String
Dim parameters As Byte()
Dim parametersSize As Integer
Dim grbit As OpenTableGrbit
Dim tableid As JET_TABLEID
Dim returnValue As JET_wrn
returnValue = Api.JetOpenTable(sesid, _
dbid, tablename, parameters, parametersSize, _
grbit, tableid)
public static JET_wrn JetOpenTable(
JET_SESID sesid,
JET_DBID dbid,
string tablename,
byte[] parameters,
int parametersSize,
OpenTableGrbit grbit,
out JET_TABLEID tableid
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession de base de données à utiliser.
dbid
Type : Microsoft.Isam.Esent.Interop.JET_DBIDBase de données dans laquelle ouvrir la table.
tablename
Type : System.StringNom de la table à ouvrir.
parameters
Type : []Le paramètre n’est pas utilisé.
parametersSize
Type : System.Int32Le paramètre n’est pas utilisé.
grbit
Type : Microsoft.Isam.Esent.Interop.OpenTableGrbitOptions d’ouverture de table.
tableid
Type : Microsoft.Isam.Esent.Interop.JET_TABLEIDRetourne la table ouverte.
Valeur retournée
Type : Microsoft.Isam.Esent.Interop.JET_wrn
Avertissement ESENT.