Méthode Api.JetGetTableColumnInfo (JET_SESID, JET_TABLEID, 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 JetGetTableColumnInfo ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
columnName As String, _
<OutAttribute> ByRef columndef As JET_COLUMNDEF _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnName As String
Dim columndef As JET_COLUMNDEFApi.JetGetTableColumnInfo(sesid, _
tableid, columnName, columndef)
public static void JetGetTableColumnInfo(
JET_SESID sesid,
JET_TABLEID tableid,
string columnName,
out JET_COLUMNDEF columndef
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession à utiliser.
tableid
Type : Microsoft.Isam.Esent.Interop.JET_TABLEIDTable 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.