Api.JetGetDatabaseInfo-Methode (JET_SESID, JET_DBID, String, JET_DbInfo)
Ruft bestimmte Informationen zur angegebenen Datenbank ab.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetGetDatabaseInfo ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
<OutAttribute> ByRef value As String, _
infoLevel As JET_DbInfo _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim value As String
Dim infoLevel As JET_DbInfoApi.JetGetDatabaseInfo(sesid, dbid, _
value, infoLevel)
public static void JetGetDatabaseInfo(
JET_SESID sesid,
JET_DBID dbid,
out string value,
JET_DbInfo infoLevel
)
Parameter
sesid
Typ: Microsoft.Isam.Esent.Interop.JET_SESIDDie zu verwendende Sitzung.
dbid
Typ: Microsoft.Isam.Esent.Interop.JET_DBIDDer Datenbankbezeichner.
value
Typ: System.StringDer abzurufende Wert.
infoLevel
Typ: Microsoft.Isam.Esent.Interop.JET_DbInfoDie spezifischen abzurufenden Daten.