Méthode Api.JetDeleteTable
Supprime une table d’une base de données.
Espace de noms :Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Sub JetDeleteTable ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
table As String _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim table As StringApi.JetDeleteTable(sesid, dbid, _
table)
public static void JetDeleteTable(
JET_SESID sesid,
JET_DBID dbid,
string table
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession à utiliser.
dbid
Type : Microsoft.Isam.Esent.Interop.JET_DBIDBase de données à partir de laquelle supprimer la table.
table
Type : System.StringNom de la table à supprimer.