Méthode Api.JetGetTableInfo (JET_SESID, JET_TABLEID, String, JET_TblInfo)
Récupère diverses informations sur une table d’une base de données.
Espace de noms :Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Sub JetGetTableInfo ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
<OutAttribute> ByRef result As String, _
infoLevel As JET_TblInfo _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim result As String
Dim infoLevel As JET_TblInfoApi.JetGetTableInfo(sesid, tableid, _
result, infoLevel)
public static void JetGetTableInfo(
JET_SESID sesid,
JET_TABLEID tableid,
out string result,
JET_TblInfo infoLevel
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession à utiliser.
tableid
Type : Microsoft.Isam.Esent.Interop.JET_TABLEIDTable sur laquelle récupérer des informations.
result
Type : System.StringInformations récupérées.
infoLevel
Type : Microsoft.Isam.Esent.Interop.JET_TblInfoType d’informations à récupérer.
Notes
Cette surcharge est utilisée avec Name et TemplateTableName.