Share via


Api.JetDupSession 方法

在给定 sesid 所在的实例中初始化新的 ESE 会话。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'Declaration
Public Shared Sub JetDupSession ( _
    sesid As JET_SESID, _
    <OutAttribute> ByRef newSesid As JET_SESID _
)
'Usage
Dim sesid As JET_SESID
Dim newSesid As JET_SESIDApi.JetDupSession(sesid, newSesid)
public static void JetDupSession(
    JET_SESID sesid,
    out JET_SESID newSesid
)

parameters

另请参阅

参考

Api 类

Api 成员

Microsoft.Isam.Esent.Interop 命名空间