API. JetDupSession, méthode
Initialise une nouvelle session ESE dans la même instance que le sesid donné.
Espace de noms : Microsoft. ISAM. esent. Interop
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'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
)
Paramètres
sesid
Type : Microsoft.ISAM.esent.Interop.JET_SESIDSession à dupliquer.
newSesid
Type : Microsoft.ISAM.esent.Interop.JET_SESIDRetourne la nouvelle session.