Méthode VistaApi. JetOSSnapshotGetFreezeInfo

Récupère la liste des instances et des bases de données qui font partie de la session d’instantané à un moment donné.

Espace de noms : Microsoft. ISAM. esent. Interop. Vista
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)

Syntaxe

'Declaration
Public Shared Sub JetOSSnapshotGetFreezeInfo ( _
    snapshot As JET_OSSNAPID, _
    <OutAttribute> ByRef numInstances As Integer, _
    <OutAttribute> ByRef instances As JET_INSTANCE_INFO(), _
    grbit As SnapshotGetFreezeInfoGrbit _
)
'Usage
Dim snapshot As JET_OSSNAPID
Dim numInstances As Integer
Dim instances As JET_INSTANCE_INFO()
Dim grbit As SnapshotGetFreezeInfoGrbitVistaApi.JetOSSnapshotGetFreezeInfo(snapshot, _
    numInstances, instances, grbit)
public static void JetOSSnapshotGetFreezeInfo(
    JET_OSSNAPID snapshot,
    out int numInstances,
    out JET_INSTANCE_INFO[] instances,
    SnapshotGetFreezeInfoGrbit grbit
)

Paramètres

  • numInstances
    Type : System. Int32

    Retourne le nombre d’instances.

  • instances
    Entrer []

    Retourne des informations sur les instances.

Voir aussi

Informations de référence

VistaApi, classe

Membres VistaApi

Espace de noms Microsoft. ISAM. esent. Interop. Vista