Méthode Api.JetGetColumnInfo (JET_SESID, JET_DBID, String, String, JET_COLUMNDEF)
Récupère des informations sur une colonne de 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 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_COLUMNDEFRenseignez-vous avec des informations sur la colonne.