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
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.
columnbase
Type : Microsoft.Isam.Esent.Interop.JET_COLUMNBASERenseignez-vous avec des informations sur les colonnes de la table.