Api.JetOpenTable 方法
打开之前创建的表上的游标。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Function JetOpenTable ( _
sesid As JET_SESID, _
dbid As JET_DBID, _
tablename As String, _
parameters As Byte(), _
parametersSize As Integer, _
grbit As OpenTableGrbit, _
<OutAttribute> ByRef tableid As JET_TABLEID _
) As JET_wrn
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim tablename As String
Dim parameters As Byte()
Dim parametersSize As Integer
Dim grbit As OpenTableGrbit
Dim tableid As JET_TABLEID
Dim returnValue As JET_wrn
returnValue = Api.JetOpenTable(sesid, _
dbid, tablename, parameters, parametersSize, _
grbit, tableid)
public static JET_wrn JetOpenTable(
JET_SESID sesid,
JET_DBID dbid,
string tablename,
byte[] parameters,
int parametersSize,
OpenTableGrbit grbit,
out JET_TABLEID tableid
)
parameters
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的数据库会话。
dbid
类型: Microsoft.Isam.Esent.Interop.JET_DBID要打开表的数据库。
tablename
类型: System.String要打开的表的名称。
parameters
类型:[]不使用 参数。
parametersSize
类型: System.Int32不使用 参数。
grbit
类型: Microsoft.Isam.Esent.Interop.OpenTableGrbit表打开选项。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID返回打开的表。
返回值
类型: Microsoft.Isam.Esent.Interop.JET_wrn
ESENT 警告。