Api.JetOSSnapshotFreeze-Methode

Startet eine Momentaufnahme. Während die Momentaufnahme ausgeführt wird, kann keine Schreibaktivität der Engine auf den Datenträger erfolgen.

Namespace:Microsoft.Isam.Esent.Interop
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

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

Parameter

  • numInstances
    Typ: System.Int32

    Gibt die Anzahl der Instanzen zurück, die Teil der Momentaufnahme Sitzung sind.

  • instances
    Typ: []

    Gibt Informationen zu den Instanzen zurück, die Teil der Momentaufnahme-Sitzung sind.

Siehe auch

Verweis

API-Klasse

API-Member

Microsoft.Isam.Esent.Interop-Namespace