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

  • tablename
    Type : System. String

    Nom de la table contenant la colonne.

Voir aussi

Informations de référence

Classe d’API

Membres d’API

Surcharge JetGetColumnInfo

Espace de noms Microsoft. ISAM. esent. Interop