Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves information about database objects.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetGetObjectInfo ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
<OutAttribute> ByRef objectlist As JET_OBJECTLIST _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim objectlist As JET_OBJECTLISTApi.JetGetObjectInfo(sesid, dbid, _
objectlist)
public static void JetGetObjectInfo(
JET_SESID sesid,
JET_DBID dbid,
out JET_OBJECTLIST objectlist
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use.
dbid
Type: Microsoft.Isam.Esent.Interop.JET_DBIDThe database to use.
objectlist
Type: Microsoft.Isam.Esent.Interop.JET_OBJECTLISTFilled in with information about the objects in the database.