API. JetDeleteColumn2, méthode
Supprime une colonne d’une table de base de données.
Espace de noms : Microsoft. ISAM. esent. Interop
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Sub JetDeleteColumn2 ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
column As String, _
grbit As DeleteColumnGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim column As String
Dim grbit As DeleteColumnGrbitApi.JetDeleteColumn2(sesid, tableid, _
column, grbit)
public static void JetDeleteColumn2(
JET_SESID sesid,
JET_TABLEID tableid,
string column,
DeleteColumnGrbit grbit
)
Paramètres
sesid
Type : Microsoft.ISAM.esent.Interop.JET_SESIDSession à utiliser.
TableID
Type : Microsoft.ISAM.esent.Interop.JET_TABLEIDCurseur sur la table à partir duquel supprimer la colonne.
colonne
Type : System. StringNom de la colonne à supprimer.
grbit
Type : Microsoft. ISAM. esent. Interop. DeleteColumnGrbitOptions de suppression de colonne.