Méthode Api.GetTableColumnid
Obtient le columnid de la colonne spécifiée.
Namespace:Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Function GetTableColumnid ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
columnName As String _
) As JET_COLUMNID
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnName As String
Dim returnValue As JET_COLUMNID
returnValue = Api.GetTableColumnid(sesid, _
tableid, columnName)
public static JET_COLUMNID GetTableColumnid(
JET_SESID sesid,
JET_TABLEID tableid,
string columnName
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession à utiliser.
tableid
Type : Microsoft.Isam.Esent.Interop.JET_TABLEIDTable contenant la colonne.
columnName
Type : System.StringNom de la colonne.
Valeur retournée
Type : Microsoft.Isam.Esent.Interop.JET_COLUMNID
ID de la colonne.