Méthode API. JetGetColumnInfo (JET_SESID, JET_DBID, String, String, JET_COLUMNDEF)
Récupère des informations sur une colonne de table.
Espace de noms : Microsoft. ISAM. esent. Interop
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Sub JetGetColumnInfo ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
tablename As String, _
columnName As String, _
<OutAttribute> ByRef columndef As JET_COLUMNDEF _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim tablename As String
Dim columnName As String
Dim columndef As JET_COLUMNDEFApi.JetGetColumnInfo(sesid, dbid, _
tablename, columnName, columndef)
public static void JetGetColumnInfo(
JET_SESID sesid,
JET_DBID dbid,
string tablename,
string columnName,
out JET_COLUMNDEF columndef
)
Paramètres
sesid
Type : Microsoft.ISAM.esent.Interop.JET_SESIDSession à utiliser.
dbid
Type : Microsoft.ISAM.esent.Interop.JET_DBIDBase de données qui contient la table.
tablename
Type : System. StringNom de la table contenant la colonne.
columnName
Type : System. StringNom de la colonne.
columndef
Type : Microsoft.ISAM.esent.Interop.JET_COLUMNDEFRenseigné avec des informations sur la colonne.