Méthode Api.JetGetColumnInfo (JET_SESID, JET_DBID, String, String, JET_COLUMNBASE)

Récupère des informations sur une colonne dans une table.

Namespace:Microsoft.Isam.Esent.Interop
Assemblée: 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 columnbase As JET_COLUMNBASE _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim tablename As String
Dim columnName As String
Dim columnbase As JET_COLUMNBASEApi.JetGetColumnInfo(sesid, dbid, _
    tablename, columnName, columnbase)
public static void JetGetColumnInfo(
    JET_SESID sesid,
    JET_DBID dbid,
    string tablename,
    string columnName,
    out JET_COLUMNBASE columnbase
)

Paramètres

  • tablename
    Type : System.String

    Nom de la table contenant la colonne.

Voir aussi

Informations de référence

Classe API

Membres de l’API

Surcharge JetGetColumnInfo

Espace de noms Microsoft.Isam.Esent.Interop