Api.JetDupSession 方法
在與指定 sesid 相同的實例中,初始化新的 ESE 會話。
Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'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
)
參數
sesid
類型: Microsoft.Isam.Esent.Interop.JET_SESID要複製的會話。
newSesid
類型: Microsoft.Isam.Esent.Interop.JET_SESID傳回新的會話。