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, _
objtyp As JET_objtyp, _
objectName As String, _
<OutAttribute> ByRef objectinfo As JET_OBJECTINFO _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim objtyp As JET_objtyp
Dim objectName As String
Dim objectinfo As JET_OBJECTINFOApi.JetGetObjectInfo(sesid, dbid, _
objtyp, objectName, objectinfo)
public static void JetGetObjectInfo(
JET_SESID sesid,
JET_DBID dbid,
JET_objtyp objtyp,
string objectName,
out JET_OBJECTINFO objectinfo
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use.
dbid
Type: Microsoft.Isam.Esent.Interop.JET_DBIDThe database to use.
objtyp
Type: Microsoft.Isam.Esent.Interop.JET_objtypThe type of the object.
objectName
Type: System.StringThe object name about which to retrieve information.
objectinfo
Type: Microsoft.Isam.Esent.Interop.JET_OBJECTINFOFilled in with information about the objects in the database.